From 559ebfb1559b01e17b79c830d8415cda7f5505ae Mon Sep 17 00:00:00 2001 From: Sateesh Date: Mon, 18 Nov 2024 05:26:29 +0000 Subject: [PATCH] update errorStrategy to ignore --- modules/nf-core/preseq/lcextrap/main.nf | 2 +- modules/nf-core/preseq/lcextrap/tests/tags.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 modules/nf-core/preseq/lcextrap/tests/tags.yml diff --git a/modules/nf-core/preseq/lcextrap/main.nf b/modules/nf-core/preseq/lcextrap/main.nf index 540a5fb2798..6b16402ef90 100644 --- a/modules/nf-core/preseq/lcextrap/main.nf +++ b/modules/nf-core/preseq/lcextrap/main.nf @@ -1,7 +1,7 @@ process PRESEQ_LCEXTRAP { tag "$meta.id" label 'process_single' - label 'error_retry' + label 'error_ignore' conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? diff --git a/modules/nf-core/preseq/lcextrap/tests/tags.yml b/modules/nf-core/preseq/lcextrap/tests/tags.yml deleted file mode 100644 index b9e25ea719b..00000000000 --- a/modules/nf-core/preseq/lcextrap/tests/tags.yml +++ /dev/null @@ -1,2 +0,0 @@ -preseq/lcextrap: - - modules/nf-core/preseq/lcextrap/**