Skip to content

ctb/2019-snakemake-slurm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2019-snakemake-slurm

This is @ctb's attempt to learn how to use snakemake+SLURM on farm, his UC Davis cluster.

submit like so:

snakemake --cluster "sbatch -t {cluster.time} -p {cluster.partition} -N {cluster.nodes}" --cluster-config cluster_conf/farm_config.yml --jobs 2 --latency-wait=15 --use-conda

the only real trick on farm seems to be to provide a latency wait time of 15s instead of 5 seconds.

HT to @bluegenes for her tutorial!

About

A simple snakefile to play with slurm foo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages