Skip to content

Instantly share code, notes, and snippets.

@rpetit3
Created June 16, 2022 17:24
Show Gist options
  • Save rpetit3/dd2c44499319d53c2fe2a4207681ee42 to your computer and use it in GitHub Desktop.
Save rpetit3/dd2c44499319d53c2fe2a4207681ee42 to your computer and use it in GitHub Desktop.
nextflow config for teton
/*
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