mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 09:19:56 +00:00
More tweaks, nextflow appears to add a little extra?
This commit is contained in:
parent
5c6760b2f0
commit
8747be8120
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ params {
|
||||||
// Specific nf-core/eager process configuration
|
// Specific nf-core/eager process configuration
|
||||||
process {
|
process {
|
||||||
withName: malt {
|
withName: malt {
|
||||||
memory = { 750.GB * task.attempt }
|
memory = { 725.GB * task.attempt }
|
||||||
cpus = { 64 * task.attempt }
|
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