From 868742d1298abf74181c2112543d50f7b095b60c Mon Sep 17 00:00:00 2001 From: Bjoern Gruening Date: Tue, 15 Oct 2024 19:45:22 +0200 Subject: [PATCH] add two new options --- tools/iqtree/iqtree.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/iqtree/iqtree.xml b/tools/iqtree/iqtree.xml index c90948f1801..4d13f66f2c9 100644 --- a/tools/iqtree/iqtree.xml +++ b/tools/iqtree/iqtree.xml @@ -362,6 +362,15 @@ $bootstrap_parameters.nonparametric_bootstrap.tbe #if str($miscellaneous_options.fconst) != '' --fconst '$miscellaneous_options.fconst' #end if + +#if str($miscellaneous_options.blmin) != '' + -blmin $miscellaneous_options.blmin +#end if + +#if str($miscellaneous_options.blmax) != '' + -blmax $miscellaneous_options.blmax +#end if + ]]> @@ -684,6 +693,8 @@ IQ-TREE also works for codon, binary and morphological data. + +