From 93e3c3380c393da30ec92f7e07667c4bbab52132 Mon Sep 17 00:00:00 2001 From: Tyler Chafin Date: Wed, 9 Oct 2024 10:08:27 +0100 Subject: [PATCH] increase default memory for POPULATE_TEMPLATE With 50MB I was having it fail and re-try --- conf/modules.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/modules.config b/conf/modules.config index db28c70d..c9c3aa9c 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -115,6 +115,7 @@ process { } withName: POPULATE_TEMPLATE { + memory = { check_max( 100.MB * task.attempt, 'memory' ) } publishDir = [ path: { "${params.outdir}/genome_note" }, mode: params.publish_dir_mode,