From 447c832eec29b067d374dff7fb23c8f124b71adf Mon Sep 17 00:00:00 2001 From: Erin Young Date: Wed, 17 Apr 2024 15:31:33 -0600 Subject: [PATCH] update to 2.23.0-2024-04-01 --- modules/local/mlst.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/mlst.nf b/modules/local/mlst.nf index da8b573..c43274c 100644 --- a/modules/local/mlst.nf +++ b/modules/local/mlst.nf @@ -2,7 +2,7 @@ process mlst { tag "${meta.id}" label "process_medium" publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/mlst:2.23.0-2024-03-11' + container 'staphb/mlst:2.23.0-2024-04-01' maxForks 10 errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} time '10m'