Check Documentation
I have checked the following places for your error:
Description of the bug
I was running the latest commit f4334d8 and have the error described below:
Steps to reproduce
Steps to reproduce the behaviour:
- Command line:
run nf-core/clipseq -r feat-2-0 -profile test,docker
- See error:
N E X T F L O W ~ version 25.10.3
Pulling nf-core/clipseq ... downloaded from https://github.com/nf-core/clipseq.git ERROR ~ Unknown config attribute params.fastq -- check config file: /home/svetlana/.nextflow/assets/nf-core/clipseq/nextflow.config
-- Check '.nextflow.log' file for details
Expected behaviour
Successful test run.
Log files
Have you provided the following extra information/files:
System
- Hardware: local laptop
- Executor: local
- OS: ubuntu
- Version 24.04
Nextflow Installation
Container engine
- Engine: docker
- version: Docker version 29.2.1, build a5c7197
- Image tag: nfcore/clipseq:feat-2-0
Additional context
AI thinks that the following line in nextflow.config :
source = fastq // fastq or bam
Should be quoted:
source = 'fastq' // fastq or bam
And this seems to fix the issue for me.
Check Documentation
I have checked the following places for your error:
Description of the bug
I was running the latest commit f4334d8 and have the error described below:
Steps to reproduce
Steps to reproduce the behaviour:
run nf-core/clipseq -r feat-2-0 -profile test,dockerExpected behaviour
Successful test run.
Log files
Have you provided the following extra information/files:
.nextflow.logfileSystem
Nextflow Installation
Container engine
Additional context
AI thinks that the following line in nextflow.config :
source = fastq // fastq or bamShould be quoted:
source = 'fastq' // fastq or bamAnd this seems to fix the issue for me.