Previous changeset 3:14eb2acf30e3 (2020-03-15) Next changeset 5:29ff6a849eac (2022-07-21) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raxml commit 41f2f31556bf0dc676aff59ba74d9e5939a43caf" |
modified:
raxml.xml |
b |
diff -r 14eb2acf30e3 -r 73a469f7dc96 raxml.xml --- a/raxml.xml Sun Mar 15 15:35:33 2020 -0400 +++ b/raxml.xml Sun Apr 19 16:44:27 2020 -0400 |
b |
@@ -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> |