Skip to content

Commit

Permalink
add two new options
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Oct 15, 2024
1 parent 7dd985c commit 868742d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/iqtree/iqtree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]]>
</command>
<inputs>
Expand Down Expand Up @@ -684,6 +693,8 @@ IQ-TREE also works for codon, binary and morphological data.
<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>
Expand Down

0 comments on commit 868742d

Please sign in to comment.