From 7c639ac934f1d3d7e932d5585dece9e184b187e8 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 9 Sep 2021 14:47:20 +0200 Subject: [PATCH] Bump lib merge further --- conf/pipeline/eager/eva.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index 49b1d1f..f3ad9da 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -385,7 +385,7 @@ profiles { withName: library_merge { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G,virtual_free=${(task.memory.toGiga() * 6)}G" } - memory = { check_max( 4.GB * task.attempt, 'memory' ) } + memory = { check_max( 6.GB * task.attempt, 'memory' ) } } withName: seqtype_merge { @@ -394,6 +394,7 @@ profiles { withName: additional_library_merge { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G,virtual_free=${(task.memory.toGiga() * 6)}G" } + memory = { check_max( 6.GB * task.attempt, 'memory' ) } } withName:hostremoval_input_fastq {