mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Maybe typo?
This commit is contained in:
parent
ab6c5f05ac
commit
b1a8b45aa0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ params {
|
|||
|
||||
// Specific nf-core/eager process configuration
|
||||
process {
|
||||
withName: malt {
|
||||
withName:malt {
|
||||
memory = { check_max( 756.GB * task.attempt, 'memory' ) }
|
||||
cpus = { check_max(64 * task.attempt, 'cpus') }
|
||||
time = 1440.h
|
||||
|
|
Loading…
Reference in a new issue