mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update shh.config
This commit is contained in:
parent
b1a8b45aa0
commit
dc0f1dfb40
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ params {
|
|||
// Specific nf-core/eager process configuration
|
||||
process {
|
||||
withName:malt {
|
||||
memory = { check_max( 756.GB * task.attempt, 'memory' ) }
|
||||
cpus = { check_max(64 * task.attempt, 'cpus') }
|
||||
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