changeset 1:a0cbbd0dfcc0 draft

Uploaded
author nanette
date Tue, 20 Aug 2013 08:36:34 -0400
parents 2e55478e150b
children 900854ec76e6
files test_script_path.xml
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test_script_path.xml	Tue Aug 20 08:36:34 2013 -0400
@@ -0,0 +1,28 @@
+<tool id="script_path" name="Test" version="1.0.0">
+	<description>script path</description>
+	<requirements>
+		<requirement type="set_environment">SCRIPT_PATH</requirement>
+	</requirements>
+	<command interpreter="python">
+		test_script_path.py --input1 $input1 --output1 $output1
+	</command>
+        <inputs>
+            <param label="Gene Universe file" name="input1" type="data" format="tabular" help="A tabular file with the full set of genes from the study (gene universe)"></param>
+        </inputs>
+	<outputs>
+		<data format="tabular" name="output1" />
+	</outputs>
+	<requirements>
+	</requirements>
+	<tests>
+          <test>
+          </test>
+	</tests>
+	<help>
+		
+**What it does**
+
+This tool uses the topGO R package to determine the enriched GO terms, for one or more gene lists simultaneously. 
+
+        </help>
+</tool>