Running Snakemake with Config File

Snakefile - file.smk, contains rules for snakemake

$  snakemake -c 1 -s variant-yml.smk --configfile config_variant.yml

–configfile – directing snakemake to a config file

-c number of cores

-s needed if using a named snakefile

Previous
Next
RC Logo RC Logo © 2026 The Rector and Visitors of the University of Virginia