Error with nf-core rnaseq 2.0 #5637
Replies: 1 comment 1 reply
-
The version 2.0 of nf-core/rnaseq is about 5 years old. At the time, include statements were allowed within a workflow definition. Currenlty, Nextflow does not support that anymore. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
nextflow run nf-core/rnaseq -r 2.0 -profile test,singularity --outdir work
is giving errorwhile
nextflow run nf-core/rnaseq -r 3.18.0 -profile test,singularity --outdir work
is working perfectly fine. What could be the reason?Beta Was this translation helpful? Give feedback.
All reactions