1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00
nf-configs/conf/uzh.config
2018-11-23 15:56:34 +00:00

19 lines
406 B
Text

/*
* --------------------------------------------------------------------------------
* Nextflow config file for use with Singularity on University of Zurich Cluster
* --------------------------------------------------------------------------------
*/
singularity {
enabled = true
}
process {
executor = 'slurm'
}
params {
max_memory = 1800.GB
max_cpus = 112
max_time = 168.h
}