mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #105 from nf-core/jfy133-patch-1
Wrong bracket typo fix -.-
This commit is contained in:
commit
4b0fd12752
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