Mercurial > repos > iuc > iqtree
changeset 13:9454e1c4f022 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 01204be0cb805c82785dcef994237b96a39ee40c
author | iuc |
---|---|
date | Mon, 27 May 2024 19:54:29 +0000 |
parents | df8bf04acdb1 |
children | 55b91acb1314 |
files | iqtree.xml iqtree_macros.xml |
diffstat | 2 files changed, 18 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/iqtree.xml Sat Nov 27 09:44:25 2021 +0000 +++ b/iqtree.xml Mon May 27 19:54:29 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>iqtree_macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ iqtree @@ -424,7 +425,10 @@ <section name="modelling_parameters" title="Modelling Parameters"> <section name="automatic_model" expanded="False" title="Automatic model selection"> <conditional name="cond_model" > - <param name="opt_custommodel" type="boolean" checked="false" label="Use Custom Model" help="See http://www.iqtree.org/doc/Substitution-Models"/> + <param name="opt_custommodel" type="select" label="Do you want to use a custom model" help="See http://www.iqtree.org/doc/Substitution-Models"> + <option value="true" selected="True">Yes, I want to use a custom model</option> + <option value="false">No, a custom model is not needed</option> + </param> <when value="true"> <param argument="-m" type="text" label="Model"> <expand macro="sanitize_query" @@ -435,7 +439,7 @@ <param argument="-m" type="select" label="Perform standard model selection like jModelTest (for DNA) and ProtTest (for protein)" > <help><![CDATA[ <b>Note:</b> Only <code>TEST</code> and custom models that do not rely on <code>MF</code> can be used in conjunction with bootstrap parameters (-b)<br/><br/> -IQ-TREE also works for codon, binary and morphogical data. +IQ-TREE also works for codon, binary and morphological data. <table> <tr> <td><i>TESTONLY</i></td> @@ -769,7 +773,7 @@ <param name="bcor" value="0.99" /> <param name="nstep" value="100" /> <param name="beps" value="0.5" /> - <param name="b" value="2" /> + <param name="boot" value="2" /> <output name="iqtree"> <assert_contents> <has_text_matching expression="GTR\+F\+I(\s+((-|\d|\.)+))+" /> @@ -803,7 +807,6 @@ <param name="bcor" value="0.99" /> <param name="nstep" value="100" /> <param name="beps" value="0.5" /> - <!-- <param name="b" value="100" /> --> <output name="iqtree"> <assert_contents> <has_text_matching expression="GTR\+F\+I\+G4(\s+((-|\d|\.)+))+" /> @@ -928,9 +931,8 @@ --------------------- From the download_ there is an example alignment called `example.phy` -in PHYLIP format. This example contains parts of the mitochondrial DNA sequences of several animals (Source: `Phylogenetic Handbook`_) +in PHYLIP format. This example contains parts of the mitochondrial DNA sequences of several animals. -.. _`Phylogenetic Handbook` : http://www.kuleuven.be/aidslab/phylogenybook/home.html)). .. _download: http://www.iqtree.org/#download You can now start to reconstruct a maximum-likelihood tree @@ -1058,10 +1060,9 @@ * **example.phy.splits**: support values in percentage for all splits (bipartitions), computed as the occurence frequencies in the bootstrap trees. This file is in "star-dot" format. -* **example.phy.splits.nex**: has the same information as **example.phy.splits** but in NEXUS format, which can be viewed with the program SplitsTree_ to explore the conflicting signals in the data. So it is more informative than consensus tree, e.g. you can see how highly supported the second best conflicting split is, which had no chance to enter the consensus tree. +* **example.phy.splits.nex**: has the same information as **example.phy.splits** but in NEXUS format, which can be viewed with the program IcyTree_ to explore the conflicting signals in the data. So it is more informative than consensus tree, e.g. you can see how highly supported the second best conflicting split is, which had no chance to enter the consensus tree. -.. _SplitsTree: http://www.splitstree.org - +.. _IcyTree: https://icytree.org Reducing impact of severe model violations with UFBoot ------------------------------------------------------
--- a/iqtree_macros.xml Sat Nov 27 09:44:25 2021 +0000 +++ b/iqtree_macros.xml Mon May 27 19:54:29 2024 +0000 @@ -1,13 +1,18 @@ <macros> - <token name="@TOOL_VERSION@">2.1.2</token> - <token name="@VERSION_SUFFIX@">2</token> - + <token name="@TOOL_VERSION@">2.3.4</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">iqtree</requirement> </requirements> </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">iqtree</xref> + </xrefs> + </xml> + <xml name="sanitize_query" token_validinitial="string.printable"> <sanitizer> <valid initial="@VALIDINITIAL@">