Running Snakemake - Variant Detection

Snakefile - file.smk, contains rules for snakemake

$ snakemake -c 1 -s variant-call.smk

--dry-run

-c number of cores

-s needed if using a named snakefile (if just called "snakefile", don't need)

$ snakemake --dag -s variant-call.smk | dot -Tpng \ > dag_variant.png
Previous
Next
RC Logo RC Logo © 2026 The Rector and Visitors of the University of Virginia