Mercurial > repos > iuc > raxml
diff raxml.xml @ 7:07516c1fb267 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raxml commit 41f2f31556bf0dc676aff59ba74d9e5939a43caf"
| author | iuc |
|---|---|
| date | Sun, 19 Apr 2020 20:44:07 +0000 |
| parents | 26875a61191d |
| children | 0a94c20da2ce |
line wrap: on
line diff
--- a/raxml.xml Sun Mar 15 19:35:12 2020 +0000 +++ b/raxml.xml Sun Apr 19 20:44:07 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="raxml" name="Phyogenetic reconstruction with RaXML" version="8.2.4+galaxy2"> +<tool id="raxml" name="Phyogenetic reconstruction with RAxML" version="8.2.4+galaxy2"> <description>- Maximum Likelihood based inference of large phylogenetic trees</description> <requirements> <requirement type="package" version="8.2.4">raxml</requirement> @@ -117,7 +117,8 @@ #end if ]]></command> <inputs> - <param name="infile" argument="-s" type="data" format="fasta,phylip" label="Source file" /> + <param name="infile" argument="-s" type="data" format="fasta,phylip" label="Source file with aligned sequences" + help="At least four aligned genomes are needed for RAxML." /> <conditional name="search_model_selector"> <param name="model_type" type="select" label="Model type"> <option value="nucleotide" selected="true">Nucleotide</option>
