snakemake

Pythonic workflow system for defining and executing data analysis pipelines

brewmacoslinux
Try with needOr install directly
Source

About

Pythonic workflow system

Commands

snakemake

Examples

Run a Snakefile workflow with 4 parallel jobs$ snakemake -j 4
Generate a DAG visualization of the workflow$ snakemake --dag | dot -Tsvg > dag.svg
Perform a dry run to see what would be executed$ snakemake -n