From ecf6812348e34fba2f9c9635d11226cc768c5159 Mon Sep 17 00:00:00 2001 From: Joris van Steenbrugge Date: Tue, 23 Sep 2025 11:09:11 +0200 Subject: [PATCH 1/2] disable caching for UMITOOLS_DEDUP --- conf/modules.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/modules.config b/conf/modules.config index 9b66f83..d5b2f70 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -295,6 +295,7 @@ process { } withName: UMITOOLS_DEDUP { + cache = false // Resuming this process does not work; so always restart clusterOptions = "${params.cluster_options} --gres=tmpspace:40G" ext.args = { [ From 814662fa9b5b013dddf73c58d5caba68e3ef08be Mon Sep 17 00:00:00 2001 From: Joris van Steenbrugge Date: Wed, 1 Oct 2025 13:24:59 +0200 Subject: [PATCH 2/2] update comment --- conf/modules.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.config b/conf/modules.config index 26891d5..05e4895 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -295,7 +295,7 @@ process { } withName: UMITOOLS_DEDUP { - cache = false // Resuming this process does not work; so always restart + cache = false // Never resume this process to avoid downstream errors clusterOptions = "${params.cluster_options} --gres=tmpspace:40G" ext.args = { [