diff --git a/modules/local/panaroo.nf b/modules/local/panaroo.nf index 04ca5a8..3c17fb0 100755 --- a/modules/local/panaroo.nf +++ b/modules/local/panaroo.nf @@ -2,7 +2,7 @@ process panaroo { tag "Core Genome Alignment" label "process_high" publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/panaroo:1.3.4' + container 'staphb/panaroo:1.5.0' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} time '10h'