diff ChoosePatterns.xml @ 0:ddd3dad04441 draft default tip

Uploaded
author yboursin
date Thu, 20 Oct 2016 08:59:24 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ChoosePatterns.xml	Thu Oct 20 08:59:24 2016 -0400
@@ -0,0 +1,28 @@
+<tool id="Choose_Patterns" name="Choose Patterns of Interest in a Multiple Condition Design" version="1.0.1">
+  <description>Choose patterns of interest in a multiple condition design</description>
+
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+
+    <expand macro="requirements"/>
+    <expand macro="stdio"/>
+
+  <command>R --quiet --slave --file=$__tool_directory__/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>
+
+    <expand macro="citation" />
+
+</tool>