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
Hello,
I am trying to run the pipeline-umi-amplicon on the fastq files generated my minion sequencing. However, I am finding a strange error . Here the command line and error found: snakemake -j 16 reads --config input_fastq=~barcode01/ reference_fasta=cds.fa
error found: Building DAG of jobs...
MissingRuleException:
No rule to produce reads (if you use input functions make sure that they don't raise unexpected exceptions).
Please any help or suggestions?
Cheers,
~DD
The text was updated successfully, but these errors were encountered:
Sorry it was a mistake, I have noticed that, u have removed the ~, and I still have the same error message. Please see bellow (pipeline-umi-amplicon) [qlk5@biolinux fastq_pass]$ snakemake -j 16 reads --config input_fastq=barcode01/ reference_fasta=cds.fa
Building DAG of jobs...
MissingRuleException:
No rule to produce reads (if you use input functions make sure that they don't raise unexpected exceptions).
Hello,
I am trying to run the pipeline-umi-amplicon on the fastq files generated my minion sequencing. However, I am finding a strange error . Here the command line and error found:
snakemake -j 16 reads --config input_fastq=~barcode01/ reference_fasta=cds.fa
error found:
Building DAG of jobs...
MissingRuleException:
No rule to produce reads (if you use input functions make sure that they don't raise unexpected exceptions).
Please any help or suggestions?
Cheers,
~DD
The text was updated successfully, but these errors were encountered: