Skip to content

Demo platform independent snakemake pipelines run on SGE, PBS and K8s

Notifications You must be signed in to change notification settings

klin938/proj_snakie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Demo platform independent snakemake pipelines run on SGE, PBS and K8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published