From 8747be812052d609e6af20f5562c0ecbad981b33 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 6 Dec 2019 19:27:16 +0100 Subject: [PATCH] More tweaks, nextflow appears to add a little extra? --- conf/pipeline/eager/shh.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index a282890..824185e 100644 --- a/conf/pipeline/eager/shh.config +++ b/conf/pipeline/eager/shh.config @@ -10,7 +10,7 @@ params { // Specific nf-core/eager process configuration process { withName: malt { - memory = { 750.GB * task.attempt } + memory = { 725.GB * task.attempt } cpus = { 64 * task.attempt } time = 1440.h queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }