Previous changeset 17:0878b7fd5260 (2024-08-20) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit fb879119df5cdf56921e5c0559069a36eb052490 |
modified:
iqtree.xml |
b |
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 |
b |
@@ -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> |