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:
parent
d39bec05dc
commit
3e3e2be04b
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue