Mercurial > repos > iuc > iqtree
comparison iqtree.xml @ 3:edc5004afbaf draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 73ef23e40772952e5fde0576d66fa81de4916058"
| author | iuc |
|---|---|
| date | Wed, 29 Jan 2020 21:34:01 +0000 |
| parents | b2fbfb61f019 |
| children | 388a6d4a892b |
comparison
equal
deleted
inserted
replaced
| 2:b2fbfb61f019 | 3:edc5004afbaf |
|---|---|
| 1 <tool id="iqtree" name="IQ-TREE" version="@TOOL_VERSION@.1" > | 1 <tool id="iqtree" name="IQ-TREE" version="@TOOL_VERSION@.3" > |
| 2 <description>Phylogenomic / evolutionary tree construction from multiple sequences</description> | 2 <description>Phylogenomic / evolutionary tree construction from multiple sequences</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>iqtree_macros.xml</import> | 4 <import>iqtree_macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
| 301 <section name="automatic_model" expanded="False" title="Automatic model selection"> | 301 <section name="automatic_model" expanded="False" title="Automatic model selection"> |
| 302 <conditional name="cond_model" > | 302 <conditional name="cond_model" > |
| 303 <param name="opt_custommodel" type="boolean" checked="false" label="Use Custom Model" help="See http://www.iqtree.org/doc/Substitution-Models"/> | 303 <param name="opt_custommodel" type="boolean" checked="false" label="Use Custom Model" help="See http://www.iqtree.org/doc/Substitution-Models"/> |
| 304 <when value="true"> | 304 <when value="true"> |
| 305 <param argument="-m" type="text" label="Model"> | 305 <param argument="-m" type="text" label="Model"> |
| 306 <sanitizer> | 306 <expand macro="sanitize_query" |
| 307 <valid initial="string.ascii_uppercase,+" /> | 307 validinitial="string.ascii_uppercase,string.digits,string.punctuation" /> |
| 308 </sanitizer> | |
| 309 </param> | 308 </param> |
| 310 </when> | 309 </when> |
| 311 <when value="false"> | 310 <when value="false"> |
| 312 <param argument="-m" type="select" label="Perform standard model selection like jModelTest (for DNA) and ProtTest (for protein)" > | 311 <param argument="-m" type="select" label="Perform standard model selection like jModelTest (for DNA) and ProtTest (for protein)" > |
| 313 <help><