# HG changeset patch # User mingchen0919 # Date 1510845389 18000 # Node ID 924d122d002738eeec8b272b642972092321b98a # Parent 5f7665898fd97e7c72f17a24e1954ca2b985a415 change data format diff -r 5f7665898fd9 -r 924d122d0027 DESeq.xml --- 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. "/>