From 10a248f1884e1530b0aa2b40cf8004e4d4adddd1 Mon Sep 17 00:00:00 2001 From: Martin Beracochea Date: Fri, 7 Jun 2024 14:29:22 +0100 Subject: [PATCH] Increase the memory and time limit for BWAMEM2_INDEX --- conf/modules.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/modules.config b/conf/modules.config index ca52064..632fa69 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -226,8 +226,8 @@ process { withName: 'BWAMEM2_INDEX' { cpus = { check_max( 1 , 'cpus' ) } - memory = { check_max( 6.GB * task.attempt, 'memory' ) } - time = { check_max( 4.h * task.attempt, 'time' ) } + memory = { check_max( 16.GB * task.attempt, 'memory' ) } + time = { check_max( 6.h * task.attempt, 'time' ) } } withName: 'METABAT2_JGISUMMARIZEBAMCONTIGDEPTHS' {