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
{{ message }}
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
I am trying to use the pipeline with the default command: snakemake all --config input_fastq=/path/.fastq reference_fasta=/path/ref.fasta threads=16 --cores 4
(I got told to add the cores on by another error).
However I get this error: MissingRuleException: No rule to produce all (if you use input functions make sure that they don't raise unexpected exceptions).
I'm not too familiar with snakemake but can't seem to find 'all' in the snakefile or scripts? How do I resolve this?