diff abundance_estimates_to_matrix.xml @ 3:8ffafd84a7b8 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 72247137f912b62dd5a3bc566524988bce10b515
author iuc
date Mon, 02 May 2016 07:41:23 -0400
parents 1317615eff73
children a3d60df650b7
line wrap: on
line diff
--- a/abundance_estimates_to_matrix.xml	Tue Mar 29 06:46:09 2016 -0400
+++ b/abundance_estimates_to_matrix.xml	Mon May 02 07:41:23 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>