From 5fd8b0d44da8d21cfde19d80953f8fa6de3515c1 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 5 Nov 2024 15:22:52 -0700 Subject: [PATCH] Update iqtree2 to 2.3.6 --- 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..4698a85 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.6' time '24h' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}