# HG changeset patch # User leomrtns # Date 1567703683 14400 # Node ID 87daf702e47712a49c2ccbbd197402de095489fb # Parent 37e42abdce080870451bcb932530825f4daa16ff planemo upload diff -r 37e42abdce08 -r 87daf702e477 iqtree.xml --- a/iqtree.xml Tue May 21 13:06:33 2019 -0400 +++ b/iqtree.xml Thu Sep 05 13:14:43 2019 -0400 @@ -153,6 +153,8 @@ $modelling_parameters.site_specific_frequency.fmax + + #if str($tree_parameters.tree_search.ninit) != '' -ninit '$tree_parameters.tree_search.ninit' #end if @@ -183,6 +185,7 @@ $tree_parameters.tree_search.allnni $tree_parameters.tree_search.djc +$tree_parameters.tree_search.fast ## file #if $tree_parameters.tree_search.g @@ -423,16 +426,25 @@
- - - - - - - - - - + + Emulates fasttree. According to the documentation (see http://www.iqtree.org/doc/Command-Reference#tree-search-parameters): +
"Turn on the fast tree search mode, where IQ-TREE will just construct two starting trees: maximum parsimony and BIONJ, which are then optimized + by nearest neighbor interchange (NNI). Introduced in version 1.6." +
Some options below may therefore be unused (e.g. the initial number of parsimony trees...) + ]]> +
+ + + + + + + + + + +
diff -r 37e42abdce08 -r 87daf702e477 iqtree_macros.xml --- a/iqtree_macros.xml Tue May 21 13:06:33 2019 -0400 +++ b/iqtree_macros.xml Thu Sep 05 13:14:43 2019 -0400 @@ -1,5 +1,5 @@ - 1.6.10 + 1.6.12