mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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
|
// Specific nf-core/eager process configuration
|
||||||
process {
|
process {
|
||||||
withName:malt {
|
withName:malt {
|
||||||
memory = { check_max( 756.GB * task.attempt, 'memory' ) }
|
memory = { 756.GB * task.attempt ]
|
||||||
cpus = { check_max(64 * task.attempt, 'cpus') }
|
cpus = { 64 * task.attempt }
|
||||||
time = 1440.h
|
time = 1440.h
|
||||||
queue = { task.memory > 756.GB ? 'supercruncher': 'long' }
|
queue = { task.memory > 756.GB ? 'supercruncher': 'long' }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue