Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 403 Bytes

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>