diff --git a/conf/modules.config b/conf/modules.config index 95aca41..21be643 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -385,7 +385,7 @@ process { withName: UMITOOLS_DEDUP { cache = false // Never resume this process to avoid downstream errors - clusterOptions = "${params.cluster_options} --gres=tmpspace:40G" + 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 <