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/**