1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 22:12:03 +00:00
nf-configs/conf/ku_sund_dangpu.config

25 lines
433 B
Text
Raw Normal View History

2022-07-05 09:17:49 +00:00
params {
2022-07-06 10:39:55 +00:00
config_profile_contact = 'Adrija Kalvisa <adrija.kalvisa@sund.ku.dk>'
config_profile_description = 'dangpufl01 configuration'
config_profile_url = ''
2022-07-05 09:17:49 +00:00
// General cpus/memory/time requirements
max_cpus = 30
max_memory = 200.GB
max_time = 72.h
}
process {
2022-07-06 10:39:55 +00:00
executor = 'slurm'
2022-07-05 09:17:49 +00:00
}
executor {
2022-07-06 11:34:18 +00:00
queueSize = 5
2022-07-05 09:17:49 +00:00
}
singularity {
enabled = true
autoMounts = true
2022-07-06 10:39:55 +00:00
runOptions = '--bind /projects:/projects'
2022-07-05 09:17:49 +00:00
}