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'