# HG changeset patch # User iuc # Date 1729016033 0 # Node ID 8a15b044f8902d17f9b9814b7d455a0c09eb4378 # Parent f4adc3371cac92c4d8225d15e30ec32891bec5e3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit fb879119df5cdf56921e5c0559069a36eb052490 diff -r f4adc3371cac -r 8a15b044f890 iqtree.xml --- a/iqtree.xml Tue Aug 20 08:50:41 2024 +0000 +++ b/iqtree.xml Tue Oct 15 18:13:53 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 @@ + +