changeset 18:f87ac61981f0 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit fb879119df5cdf56921e5c0559069a36eb052490
author iuc
date Tue, 15 Oct 2024 18:14:01 +0000
parents 0878b7fd5260
children
files iqtree.xml
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
+
 ]]>
     </command>
     <inputs>
@@ -684,6 +693,8 @@
                 <expand macro="sanitize_query"
                 validinitial="string.digits,string.punctuation" />
             </param>
+            <param argument="-blmin" type="float" min="0" max="1" value="" optional="true" label="Specify minimum branch length" help="Default: the smaller of 0.000001 and 0.1/alignment_length." />
+            <param argument="-blmax" type="float" min="0" max="1" value="" optional="true" label="Specify the maximum branch length" help="Default: 10" />
         </section>
     </inputs>
     <outputs>