Previous changeset 16:111bd54f6bc4 (2024-07-08) Next changeset 18:f87ac61981f0 (2024-10-15) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit fce566406340cd87aeae2cfaac40e53dfd0db5ff |
modified:
iqtree.xml iqtree_macros.xml |
b |
diff -r 111bd54f6bc4 -r 0878b7fd5260 iqtree.xml --- a/iqtree.xml Mon Jul 08 05:48:15 2024 +0000 +++ b/iqtree.xml Tue Aug 20 08:50:50 2024 +0000 |
b |
@@ -360,14 +360,14 @@ $bootstrap_parameters.nonparametric_bootstrap.tbe #if str($miscellaneous_options.fconst) != '' - --fconst '$miscellaneous_options.fconst' + -fconst '$miscellaneous_options.fconst' #end if ]]> </command> <inputs> <section name="general_options" expanded="true" title="General options"> <param argument="-s" type="data" format="txt,fasta,phylip,nex,clustal,msf" optional="true" label="Specify input alignment file in PHYLIP, FASTA, NEXUS, CLUSTAL or MSF format."/> - <param argument="-o" type="text" optional="true" label="Comma-separated list of taxons to output"> + <param argument="-o" type="text" optional="true" label="Specify an outgroup taxon name to root the tree" help="If an outgroup taxon name is not specified, the first taxon in the alignment will be used to root the tree"> <expand macro="sanitize_query" /> </param> |
b |
diff -r 111bd54f6bc4 -r 0878b7fd5260 iqtree_macros.xml --- a/iqtree_macros.xml Mon Jul 08 05:48:15 2024 +0000 +++ b/iqtree_macros.xml Tue Aug 20 08:50:50 2024 +0000 |
b |
@@ -1,5 +1,5 @@ <macros> - <token name="@TOOL_VERSION@">2.3.5</token> + <token name="@TOOL_VERSION@">2.3.6</token> <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> |