Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MissingRuleException error #10

Open
dieunelderilus opened this issue Jul 27, 2021 · 3 comments
Open

MissingRuleException error #10

dieunelderilus opened this issue Jul 27, 2021 · 3 comments

Comments

@dieunelderilus
Copy link

dieunelderilus commented Jul 27, 2021

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

@cjw85
Copy link
Member

cjw85 commented Jul 27, 2021

Hi @dieunelderilus,

I noticed in your command above you have a ~ in front of barcode01, I suspect that this is not correct?

@dieunelderilus
Copy link
Author

dieunelderilus commented Jul 28, 2021

Hi @cjw85,

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).

@dieunelderilus
Copy link
Author

Hello @cjw85 I had created an empty 'Snakefile' in working directory while troubleshooting. After deleting it I am getting a different error message:

snakemake -j 16 reads --config input_fastq=barcode01/ reference_fasta=cds.fa

Error: no Snakefile found, tried Snakefile, snakefile, workflow/Snakefile, workflow/snakefile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants