From b596fe0f07b2fb8ede157ff051cb8a61ccccf9f0 Mon Sep 17 00:00:00 2001 From: eriny Date: Wed, 26 Jun 2024 16:54:46 -0600 Subject: [PATCH] update to 2.23.0-2024-06-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 6710565..43b069b 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-05-01' + container 'staphb/mlst:2.23.0-2024-06-01' maxForks 10 errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} time '10m'