Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 388 Bytes

Generating Vanda MAGs with Snakemake Workflow

Log onto farm. Then start screen.

screen -S vanda_snakemake

Run snakemake workflow with

snakemake --cluster "sbatch -t {cluster.time} -p {cluster.partition} -N {cluster.nodes}" --cluster-config cluster_config.yml --jobs 28 --latency-wait=15 --use-conda

Based on example from https://github.com/ctb/2019-snakemake-slurm