diff --git a/modules/local/amrfinderplus.nf b/modules/local/amrfinderplus.nf index 320dc2a..2d21f9a 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-01-31.1_2' + container 'staphb/ncbi-amrfinderplus:3.12.8-2024-05-02.2' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} time '30m'