mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Fix stupid wrong bracket typo -.-
This commit is contained in:
parent
e8b4675692
commit
6e596d1730
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ params {
|
|||
// Specific nf-core/eager process configuration
|
||||
process {
|
||||
withName:malt {
|
||||
memory = { 756.GB * task.attempt ]
|
||||
memory = { 756.GB * task.attempt }
|
||||
cpus = { 64 * task.attempt }
|
||||
time = 1440.h
|
||||
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
||||
|
|
Loading…
Reference in a new issue