Powered by Snakemake
make install
to install dependenciesmake activate
to activate the environment with the dependencies (pipenv shell)make benchmark
to run the benchmark (= trigger the Snakefile)make dry
to dry run the benchmark (= dry run the Snakefile)make clean
deletes the./out
and./log
output folders
Parse a YAML specification of a benchmark and dynamically build snakemake rules to build the suitable workflow.
Develop in branch dev
, seldom merged to main
05 Feb 2024, Izaskun Mallona