mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Put parameters back to correct levels
This commit is contained in:
parent
18931763fa
commit
46f6d20a77
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ params {
|
||||||
// Specific nf-core/eager process configuration
|
// Specific nf-core/eager process configuration
|
||||||
process {
|
process {
|
||||||
withName: malt {
|
withName: malt {
|
||||||
memory = { 700.GB * task.attempt }
|
memory = { 756.GB * task.attempt }
|
||||||
cpus = { 64 * task.attempt }
|
cpus = { 64 * task.attempt }
|
||||||
time = 720.h
|
time = 1440.h
|
||||||
queue = { task.memory > 700.GB ? 'supercruncher' : 'long' }
|
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue