changeset 13:3735f4bd0a2d draft

Uploaded
author testtool
date Mon, 12 Jun 2017 11:05:56 -0400
parents 083895dbc289
children 9de797a673ad
files findDMR/findDMR.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/findDMR/findDMR.xml	Mon Jun 12 11:05:04 2017 -0400
+++ b/findDMR/findDMR.xml	Mon Jun 12 11:05:56 2017 -0400
@@ -7,8 +7,8 @@
 </stdio>
   <command> Rscript $__tool_directory__/findDMR.R "$input1" "$input2" "$output" </command>
   <inputs>
-    <param name="input1" format="Rdata" label="GenomicRatioSet.Rdata" help="e.g. 'GSE51547'"/>
-    <param name="input2" format="txt" label="PhenoTab.txt" help="ID and Phenotype table"/>
+    <param name="input1" type="data" format="Rdata" label="GenomicRatioSet.Rdata" help="e.g. 'GSE51547'"/>
+    <param name="input2" type="data" format="txt" label="PhenoTab.txt" help="ID and Phenotype table"/>
   </inputs>
   <outputs>
     <data format="txt" name="output" label="findDMR.txt"/>