mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
remove duplicate entries
This commit is contained in:
parent
d39bec05dc
commit
3e3e2be04b
1 changed files with 1 additions and 7 deletions
|
@ -23,18 +23,12 @@ process {
|
||||||
clusterOptions = { "-A $params.priority ${params.clusterOptions ?: ''}" }
|
clusterOptions = { "-A $params.priority ${params.clusterOptions ?: ''}" }
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
|
||||||
max_memory = 180.GB
|
|
||||||
max_cpus = 36
|
|
||||||
max_time = 336.h
|
|
||||||
}
|
|
||||||
|
|
||||||
profiles {
|
profiles {
|
||||||
stub_prio {
|
stub_prio {
|
||||||
params {
|
params {
|
||||||
priority = 'development'
|
priority = 'development'
|
||||||
clusterOptions = "--qos=low"
|
clusterOptions = "--qos=low"
|
||||||
max_memory = 1.GB
|
max_memory = 6.GB
|
||||||
max_cpus = 1
|
max_cpus = 1
|
||||||
max_time = 1.h
|
max_time = 1.h
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue