1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00
nf-configs/conf/ku_sund_dangpu.config
2022-07-06 13:34:18 +02:00

31 lines
No EOL
543 B
Text

params {
config_profile_contact = 'Adrija Kalvisa <adrija.kalvisa@sund.ku.dk>'
config_profile_description = 'dangpufl01 configuration'
config_profile_url = ''
// General cpus/memory/time requirements
max_cpus = 30
max_memory = 200.GB
max_time = 72.h
}
process {
executor = 'slurm'
# uncomment specifically for running mnaseseq pipeline:
# withName: TrimGalore {
# cpus = 1
# }
}
executor {
queueSize = 5
}
singularity {
enabled = true
autoMounts = true
runOptions = '--bind /projects:/projects'
}