changeset 4:73a469f7dc96 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raxml commit 41f2f31556bf0dc676aff59ba74d9e5939a43caf"
author iuc
date Sun, 19 Apr 2020 16:44:27 -0400
parents 14eb2acf30e3
children 29ff6a849eac
files raxml.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/raxml.xml	Sun Mar 15 15:35:33 2020 -0400
+++ b/raxml.xml	Sun Apr 19 16:44:27 2020 -0400
@@ -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>