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
1ab1370872
commit
f59443daf0
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ params {
|
|||
// Specific nf-core/eager process configuration
|
||||
process {
|
||||
withName:malt {
|
||||
memory = { 750.GB * task.attempt }
|
||||
memory = { 700.GB * task.attempt }
|
||||
cpus = { 64 * task.attempt }
|
||||
time = 720.h
|
||||
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
||||
queue = { task.memory > 700.GB ? 'supercruncher' : 'long' }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue