1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00
nf-configs/conf/hebbe.config
2018-11-26 17:32:06 +01:00

27 lines
581 B
Text

/*
* -------------------------------------------------
* Gothenburg Hebbe Cluster config file
* -------------------------------------------------
* http://www.c3se.chalmers.se/index.php/Hebbe
*/
singularity {
enabled = true
}
process {
executor = 'slurm'
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
/* The Hebbe scheduler fails if you try to request an amount of memory for a job */
withName: '*' { memory = null }
}
params {
igenomesIgnore = true
saveReference = true
max_memory = 64.GB
max_cpus = 20
max_time = 240.h
}