From 46f6d20a77df2a6c09b561cf04ba69e4c5b7ace8 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 6 Dec 2019 19:13:29 +0100 Subject: [PATCH] Put parameters back to correct levels --- conf/pipeline/eager/shh.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index a961315..2f3a7c7 100644 --- a/conf/pipeline/eager/shh.config +++ b/conf/pipeline/eager/shh.config @@ -10,9 +10,9 @@ params { // Specific nf-core/eager process configuration process { withName: malt { - memory = { 700.GB * task.attempt } + memory = { 756.GB * task.attempt } cpus = { 64 * task.attempt } - time = 720.h - queue = { task.memory > 700.GB ? 'supercruncher' : 'long' } + time = 1440.h + queue = { task.memory > 756.GB ? 'supercruncher' : 'long' } } }