From ed4635b65208a1552e8904cc8f02ea8ac727d1de Mon Sep 17 00:00:00 2001 From: eriny Date: Wed, 26 Jun 2024 16:54:20 -0600 Subject: [PATCH] added errorStrategy --- modules/local/bbduk.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/bbduk.nf b/modules/local/bbduk.nf index 44fd3b7..3536873 100644 --- a/modules/local/bbduk.nf +++ b/modules/local/bbduk.nf @@ -3,7 +3,7 @@ process bbduk { label "process_medium" publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } container 'staphb/bbtools:39.01' - //errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} + errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} time '10m' input: