From 18ec2af14853b82789e4df62daf0a59466a4486e Mon Sep 17 00:00:00 2001 From: Young Date: Fri, 6 Sep 2024 13:41:31 -0600 Subject: [PATCH] Update amrfinder to 3.12.8-2024-07-22.1 --- modules/local/amrfinderplus.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/amrfinderplus.nf b/modules/local/amrfinderplus.nf index 2d21f9a..e921e20 100644 --- a/modules/local/amrfinderplus.nf +++ b/modules/local/amrfinderplus.nf @@ -2,7 +2,7 @@ process amrfinderplus { tag "${meta.id}" label "process_high" publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/ncbi-amrfinderplus:3.12.8-2024-05-02.2' + container 'staphb/ncbi-amrfinderplus:3.12.8-2024-07-22.1' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} time '30m'