Mercurial > repos > iuc > iqtree
diff iqtree.xml @ 15:f4adc3371cac draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit fce566406340cd87aeae2cfaac40e53dfd0db5ff
| author | iuc |
|---|---|
| date | Tue, 20 Aug 2024 08:50:41 +0000 |
| parents | 9454e1c4f022 |
| children | 8a15b044f890 |
line wrap: on
line diff
--- a/iqtree.xml Mon Jul 08 05:48:06 2024 +0000 +++ b/iqtree.xml Tue Aug 20 08:50:41 2024 +0000 @@ -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>
