From 8ec00cb97daf4737ab3ea99c4d94a57e21e61a0a Mon Sep 17 00:00:00 2001 From: Erin Young Date: Tue, 18 Jul 2023 13:32:50 -0600 Subject: [PATCH] updated to version 2.23.0-2023-07 --- modules/mlst.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mlst.nf b/modules/mlst.nf index ed882bf..d802ba1 100644 --- a/modules/mlst.nf +++ b/modules/mlst.nf @@ -1,7 +1,7 @@ process mlst { tag "${sample}" publishDir params.outdir, mode: 'copy' - container 'staphb/mlst:2.23.0' + container 'staphb/mlst:2.23.0-2023-07' maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} //#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'