comparison ontologizer.xml @ 8:00a5ede354a0

Uploaded
author jorrit
date Tue, 26 Feb 2013 17:45:58 -0500
parents
children aebf24eea338
comparison
equal deleted inserted replaced
7:9d9a06b511ff 8:00a5ede354a0
1 <tool id="ontologizer" name="ontologizer" version="0.0.14">
2 <description>from http://compbio.charite.de/contao/</description>
3 <requirements>
4 <requirement type="package" version="0.0.1">ontologizer</requirement>
5 </requirements>
6 <command>java -Xmx2G -jar $ONTOLOGIZER_JAR --go $go --association $gaf --population $pop --studyset $study --dot 0.05 > $output</command>
7 <inputs>
8 <param name="go" format="obo" label="Gene ontology" />
9 <param name="gaf" format="gaf" label="Gene association file" />
10 <param name="pop" format="text" label="population gene set" />
11 <param name="study" format="text" label="study gene set" />
12 </inputs>
13 <outputs>
14 <!-- need to figure out how to handle multiple outputs -->
15 <data format="text" name="output" />
16 </outputs>
17 <tests>
18 <!-- see http://wiki.galaxyproject.org/Admin/Tools/Writing%20Tests -->
19 <test>
20 <param name="go" file="ontologizer/test.obo" />
21 <param name="gaf" file="ontologizer/test.gaf" />
22 <param name="pop" file="ontologizer/test.gs" />
23 <param name="study" file="ontologizer/test.gs" />
24 <output name="output" file="test.output"/>
25 </test>
26 </tests>
27
28
29 <help>
30 see http://compbio.charite.de/contao/index.php/ontologizer2.html
31 </help>
32
33 </tool>
34
35