# HG changeset patch
# User iuc
# Date 1729016041 0
# Node ID f87ac61981f09be4919fba640a2ec401f7dee860
# Parent  0878b7fd52606a572fb42a3b89f1b126fdf69ac3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit fb879119df5cdf56921e5c0559069a36eb052490
diff -r 0878b7fd5260 -r f87ac61981f0 iqtree.xml
--- a/iqtree.xml	Tue Aug 20 08:50:50 2024 +0000
+++ b/iqtree.xml	Tue Oct 15 18:14:01 2024 +0000
@@ -362,6 +362,15 @@
 #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 @@
                 
             
+            
+