diff abundance_estimates_to_matrix.xml @ 3:c7555bc21812 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit bbfd77c34b609b86ef3a24525dae1127d8b3d99b
author iuc
date Tue, 03 May 2016 10:54:25 -0400
parents de0af39266ef
children e4a9e0798360
line wrap: on
line diff
--- a/abundance_estimates_to_matrix.xml	Mon Apr 25 10:02:37 2016 -0400
+++ b/abundance_estimates_to_matrix.xml	Tue May 03 10:54:25 2016 -0400
@@ -26,13 +26,13 @@
         #end for
     ]]></command>
     <inputs>
-        <repeat name="samples" title="RSEM abundance estimates for samples">
+        <repeat name="samples" title="Abundance estimates for samples">
             <param name="file" label="Add file" type="data" format="tabular"/>
             <param name="sample_name" label="Sample name" type="text">
                 <validator type="regex" message="Value must be a not empty string composed by alphanumeric characters and underscores">^\w+$</validator>
             </param>
         </repeat>
-        
+
         <param type="select" name="est_method" label="Abundance estimation method">
             <option value="RSEM">RSEM</option>
             <option value="eXpress">eXpress</option>
@@ -198,7 +198,7 @@
 .. _Trinity: http://trinityrnaseq.github.io
 ]]>
     </help>
-    
+
      <citations>
         <citation type="doi">doi:10.1038/nbt.1883</citation>
     </citations>