changeset 4:e1cd59f4cddf draft

Changing input format type.
author trinity_ctat
date Fri, 29 Sep 2017 11:22:27 -0400
parents 9c24629b1268
children 27fe7db7444b
files abundance_estimation_to_matrix.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/abundance_estimation_to_matrix.xml	Fri Sep 29 11:15:56 2017 -0400
+++ b/abundance_estimation_to_matrix.xml	Fri Sep 29 11:22:27 2017 -0400
@@ -16,7 +16,7 @@
     <inputs>
 
        <repeat name="RSEM_samples" title="RSEM abundance estimates for samples">
-              <param name="file" label="Add file" type="data" />
+              <param name="file" label="Add file" type="data" format="text"/>
               <param name="column_label" label="column label" type="text" />
        </repeat>
 
@@ -87,4 +87,9 @@
 .. _here: https://github.com/trinityrnaseq/GalaxyTrinityProtocol/wiki
 .. _paper: http://www.nature.com/nprot/journal/v8/n8/full/nprot.2013.084.html
     </help>
+
+    <citations>
+        <citation type="doi">10.1038/nbt.1883</citation>
+    </citations>
+
 </tool>