You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nf-configs/conf/hebbe.config

28 lines
581 B
Plaintext

/*
* -------------------------------------------------
* 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
}