comparison test_script_path.xml @ 2:6c839f8050f1 draft

Uploaded
author nanette
date Wed, 21 Aug 2013 04:46:21 -0400
parents
children a303f3ffa153
comparison
equal deleted inserted replaced
1:541625ea0e42 2:6c839f8050f1
1 <tool id="script_path" name="nanettetest3" version="1.0.0">
2
3 <description>script path</description>
4 <requirements>
5 <requirement type="set_environment">SCRIPT_PATH</requirement>
6 </requirements>
7 <command interpreter="python">
8 test_script_path.py --input1 $input1 --output1 $output1 --myflag \$SCRIPT_PATH
9 </command>
10 <inputs>
11 <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>
12
13 </inputs>
14 <outputs>
15 <data format="tabular" name="output1" />
16 </outputs>
17 <requirements>
18 </requirements>
19 <tests>
20 <test>
21 </test>
22 </tests>
23 <help>
24
25 **What it does**
26
27 This tool uses the topGO R package to determine the enriched GO terms, for one or more gene lists simultaneously.
28
29 </help>
30 </tool>