Created
June 16, 2022 17:24
-
-
Save rpetit3/dd2c44499319d53c2fe2a4207681ee42 to your computer and use it in GitHub Desktop.
nextflow config for teton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This file includes default values for Teton. | |
*/ | |
process { | |
executor = 'slurm' | |
queue = 'teton,moran' | |
scratch = params.slurm_use_scratch | |
time = 60.m | |
clusterOptions = '--account healthdatasci' | |
} | |
singularity { | |
enabled = true | |
autoMounts = true | |
cacheDir = '/project/healthdatasci/dhintz/singularity/' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment