From c134a88330d4459282294257af265f3633cc189f Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 5 Nov 2024 15:21:28 -0700 Subject: [PATCH] Update mlst to 2.23.0-2024-11-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 891ce19..ef6735c 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-10-01' + container 'staphb/mlst:2.23.0-2024-11-01' maxForks 10 errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} time '10m'