From 72b0cebdbeeb74515b1262cee6962369ccb68966 Mon Sep 17 00:00:00 2001 From: Jorisvansteenbrugge <7196110+Jorisvansteenbrugge@users.noreply.github.com> Date: Wed, 13 May 2026 11:30:06 +0200 Subject: [PATCH] increases resources main job and tmpspace umitools dedup --- conf/modules.config | 3 ++- run_nextflow_rna.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/modules.config b/conf/modules.config index cfac987..31c4a73 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -295,7 +295,8 @@ process { } withName: UMITOOLS_DEDUP { - clusterOptions = "${params.cluster_options} --gres=tmpspace:40G" + cache = false // Never resume this process to avoid downstream errors + clusterOptions = "${params.cluster_options} --gres=tmpspace:200G" ext.args = { [ "--umi-separator=:", diff --git a/run_nextflow_rna.sh b/run_nextflow_rna.sh index d3caaa2..d5837b1 100755 --- a/run_nextflow_rna.sh +++ b/run_nextflow_rna.sh @@ -50,7 +50,7 @@ fi sbatch <