changeset 14:eb8e01ed3516 draft

Uploaded
author ning
date Fri, 15 Mar 2013 18:23:46 -0400
parents 4d6d52fafb86
children 58bb88f53765
files ChoosePatterns.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ChoosePatterns.xml	Fri Mar 15 18:23:46 2013 -0400
@@ -0,0 +1,19 @@
+<tool id="Choose_Patterns" name="Choose Patterns of interests in a Multiple Condition Design">
+  <description>Choose patterns of interests in a multiple condition design</description>
+  <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/ChoosePatterns.R --args $All_Possible_Patterns $Rows_of_interests $output</command>
+  <inputs>
+		<param name="All_Possible_Patterns" type="data" label="All Possible Patterns" help=""/>
+		<param name="Rows_of_interests"	type="text" size="60" value="1,2,3" label="Enter the rows 
+		 of interests	(seperated by comma, no space please)" />
+  </inputs>
+  <outputs>
+		<data format="tabular" name="output" />
+  </outputs>
+
+<help>
+Input could be obtained from Get All Possible Patterns Function
+
+</help>
+
+
+</tool>