Skip to content

LCR-BCCRC/snakemake-profiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSC Snakemake Profiles

Installation

mkdir -p ~/.config/
git clone https://github.com/LCR-BCCRC/snakemake-profiles.git ~/.config/snakemake

Usage

# Use this command on numbers for running jobs on the cluster
nice snakemake --profile numbers <targets>
# Use this command on the gphosts for running jobs locally
nice snakemake --profile gphosts --cores <cores> <targets>

About

Cookiecutter for snakemake slurm profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%