From f59443daf0bbbfae3a5baba83a4a2124904444b1 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 6 Dec 2019 19:09:20 +0100 Subject: [PATCH] Update shh.config --- conf/pipeline/eager/shh.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index 0ff4b84..2c2c1c1 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 = { 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' } } }