You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently ran the pipeline using a gff file for genome annotation and encountered the following error:
No such variable: gtfFile
-- Check script '/camp/home/littlet/.nextflow/assets/nf-core/rnaseq/main.nf' at line: 774 or see '.nextflow.log' file for more details
After asking on the Slack, Harshil Patel pointed out that this may be due to a bug around line 774 which doesn't check whether a gtf file is provided or not, and thus the program fails when a gtf file cannot be found.
Hi Team,
I recently ran the pipeline using a gff file for genome annotation and encountered the following error:
After asking on the Slack, Harshil Patel pointed out that this may be due to a bug around line 774 which doesn't check whether a gtf file is provided or not, and thus the program fails when a gtf file cannot be found.
rnaseq/main.nf
Line 774 in 4a0eeb4
Here is my command by the way:
Thanks in advance! For now I'm going to follow advice and convert to a gtf file.
Tim
The text was updated successfully, but these errors were encountered: