Introduction to snakemake as a workflow management tool.
Steps to run this tutorial on Triton Cluster.
- Clone the project
- Load the default environment:
module load scicomp-python-env - Alternatively, use the environment specified in
env.ymlwith the following steps:- module load mamba
- mamba env create --file env.yml
- source activate snakemake-tutorial