From 0ca9dce40d7358d8a3452d544f67177392588f2d Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sat, 28 Sep 2024 11:33:42 -0500 Subject: [PATCH] fix(grohmm): Update labels for parametertuning Since these are are split into seperate jobs now, they're not "long"(longest I've seen one take is ~143 minutes). Adding arrays later because there's so many of them and they're the same --- modules/local/grohmm/parametertuning/main.nf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/local/grohmm/parametertuning/main.nf b/modules/local/grohmm/parametertuning/main.nf index c6b63eda..17cda310 100644 --- a/modules/local/grohmm/parametertuning/main.nf +++ b/modules/local/grohmm/parametertuning/main.nf @@ -1,7 +1,8 @@ process GROHMM_PARAMETERTUNING { tag "$meta.id|$UTS|$LtProbB" label 'process_high' - label 'process_long' + label 'error_retry' + // array 10 conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?