Repository 'ebseq'
hg clone https://toolshed.g2.bx.psu.edu/repos/ning/ebseq

Changeset 31:4b2731768f01 (2014-06-16)
Previous changeset 30:689cba393d6b (2014-06-16) Next changeset 32:d049be55e5cf (2014-06-16)
Commit message:
Uploaded
added:
ChoosePatterns.xml
b
diff -r 689cba393d6b -r 4b2731768f01 ChoosePatterns.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ChoosePatterns.xml Mon Jun 16 16:22:03 2014 -0400
b
@@ -0,0 +1,19 @@
+<tool id="Choose_Patterns" name="Choose Patterns of Interest in a Multiple Condition Design">
+  <description>Choose patterns of interest 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 (separated 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>