-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I ran "nextflow run" according to the instructions "Run the workflow for mouse data with conda," but it seems that the fastq.gz files are not being recognized correctly. Even though I specified the directory where the fastq.gz files are stored using "--fqdir," I'm getting an error saying "No fastq file matching '.fastq.gz' in ...". Following the comment "Check script 'main.nf' at line: 119," I checked it, but everything seems fine. Could you please advise on how to address this issue?
Here is the command I used for running nextflow (version 23.04.1):
nextflow run /hoge/ribomethseq-nf-main/ -dsl2 -profile mouse,conda --fqdir /hoge/ribomethseq-nf-main/fastq_folder --outdir /hoge/ribomethseq-nf-main/outputs
Note: The latest version of nextflow, 23.04.1, was used, and it seems that it doesn't run properly without the "-dsl2" option.