|
2
|
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
|
8 test_script_path.py --input1 $input1 --output1 $output1 --output2 $output2 --myflag \$SCRIPT_PATH
|
|
2
|
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" />
|
|
8
|
16 <data format="pdf" name="output2" />
|
|
2
|
17 </outputs>
|
|
|
18 <requirements>
|
|
|
19 </requirements>
|
|
|
20 <tests>
|
|
|
21 <test>
|
|
|
22 </test>
|
|
|
23 </tests>
|
|
|
24 <help>
|
|
|
25
|
|
|
26 **What it does**
|
|
|
27
|
|
|
28 This tool uses the topGO R package to determine the enriched GO terms, for one or more gene lists simultaneously.
|
|
|
29
|
|
|
30 </help>
|
|
|
31 </tool>
|