changeset 9:924d122d0027 draft default tip

change data format
author mingchen0919
date Thu, 16 Nov 2017 10:16:29 -0500
parents 5f7665898fd9
children
files DESeq.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DESeq.xml	Tue Nov 07 14:27:38 2017 -0500
+++ b/DESeq.xml	Thu Nov 16 10:16:29 2017 -0500
@@ -63,8 +63,8 @@
     <inputs>
         <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false"
                label="Display analysis code in report?"/>
-        <param type="data" name="count_files" format="tabular" multiple="true" label="Count files from htseq-count"/>
-        <param type="data" name="sample_table" format="tabular" multiple="false" label="sample table file"
+        <param type="data" name="count_files" format="txt" multiple="true" label="Count files from htseq-count"/>
+        <param type="data" name="sample_table" format="txt" multiple="false" label="sample table file"
                help="The sample table file contains a table. The first column is the sample name, the second column is
                     the count file name and the rest of columns are treatment columns. The file names in this table have
                     to be in the same order as the count files uploaded in the previous step. "/>