1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/fgcz.config

25 lines
337 B
Text
Raw Normal View History

2022-03-04 11:16:01 +00:00
params {
config_profile_description = "FGCZ ETH/UZH"
config_profile_contact = "natalia.zajac@fgcz.ethz.ch"
max_memory = 500.GB
max_cpus = 64
max_time = 240.h
}
process {
executor = "slurm"
maxRetries = 2
}
executor {
queueSize = 30
}
singularity {
enabled = true
autoMounts = true
cacheDir = "/home/$USER/singularity/"
}