From 400284db8a6e89b6721e1501475e78ff45ef3143 Mon Sep 17 00:00:00 2001 From: eriny Date: Wed, 26 Jun 2024 16:51:51 -0600 Subject: [PATCH] update to 2.3.4 --- modules/local/iqtree2.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/iqtree2.nf b/modules/local/iqtree2.nf index 8ae7366..a839eb7 100644 --- a/modules/local/iqtree2.nf +++ b/modules/local/iqtree2.nf @@ -2,7 +2,7 @@ process iqtree2 { tag "Phylogenetic analysis" label "process_high" publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/iqtree2:2.3.1' + container 'staphb/iqtree2:2.3.4' time '24h' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}