Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 864 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 864 Bytes

WHAT

DEMO the implementation of snakemake workflows that are platform independent, and how to run them on the HPC with different resource schedulers and on the cloud (via kubernetes). It is the collective works based on:

Preparation

The snakemake environment is supported by mamba

cd smk-novice-multiQC
mamba env create -p envs/smake --file envs/environment.yaml
mamba activate envs/smake/

To cleanup an env (if needed)

mamba env remove -p envs/smake

RUN

Checkout README inside each workflow directory