1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

remove duplicate entries

This commit is contained in:
Ramprasad Neethiraj 2022-04-22 00:09:29 +02:00
parent d39bec05dc
commit 3e3e2be04b

View file

@ -23,18 +23,12 @@ process {
clusterOptions = { "-A $params.priority ${params.clusterOptions ?: ''}" }
}
params {
max_memory = 180.GB
max_cpus = 36
max_time = 336.h
}
profiles {
stub_prio {
params {
priority = 'development'
clusterOptions = "--qos=low"
max_memory = 1.GB
max_memory = 6.GB
max_cpus = 1
max_time = 1.h
}