Skip to content

leylabmpi/snakemake_profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

snakemake_profiles

snakemake profiles to atapt snakemake to run in specific cluster configurations

Description

For an intro into snakemake profiles, see the snakemake docs

This repo only contains a couple of custom profiles that have been tested to work with the clusters used by members of the Ley Lab. For more (generalized) profiles, see the snakemake-profiles repo

Profiles

SGE cluster

Copy the sge directory from this repo to ~/.config/snakemake/:

$ mkdir -p ~/.config/snakemake/
$ chmod u+x sge/*.py 
$ cp -r sge ~/.config/snakemake/

SLURM cluster

Copy the slurm directory from this repo to ~/.config/snakemake/:

$ mkdir -p ~/.config/snakemake/
$ chmod u+x slurm/*.py 
$ cp -r slurm ~/.config/snakemake/

About

snakemake profiles for cluster configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published