comparison ontologizer.xml @ 0:028babd7a6c5 draft default tip

Try at a fresh start...
author kltm
date Fri, 29 Mar 2013 17:30:07 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:028babd7a6c5
1 <tool id="ontologizer" name="ontologizer" version="0.0.16">
2 <description>from http://compbio.charite.de/contao/</description>
3 <requirements>
4 <requirement type="package" version="0.0.3">ontologizer-jar</requirement>
5 </requirements>
6 <command>java -Xmx2G -jar \$ONTOLOGIZER_JAR --go $go --association $gaf --population $population --studyset $studyset --dot 0.05 --mtc "$mtc" --calculation "$calc"; mv table-*.txt $tablefile; echo moved table file to [$tablefile]; mv view-*.dot $dotfile; echo moved dot file to [$dotfile]</command>
7 <inputs>
8 <param name="go" type="data" format="obo" label="Gene Ontology File" />
9 <param name="gaf" type="data" format="gaf" label="Gene Association File" />
10 <param name="population" type="data" format="tabular" label="Population Geneset File" />
11 <param name="studyset" type="data" format="tabular" label="Study Geneset File" />
12 <param name="calc" type="select" format="text" label="Calculation Method">
13 <option value="MGSA">MGSA</option>
14 <option value="Parent-Child-Intersection">Parent-Child-Intersection</option>
15 <option value="Parent-Child-Union" selected="true">Parent-Child-Union</option>
16 <option value="Term-For-Term">Term-For-Term</option>
17 <option value="Topology-Elim">Topology-Elim</option>
18 <option value="Topology-Weighted">Topology-Weighted</option>
19 </param>
20 <param name="mtc" type="select" format="text" label="MTC Method">
21 <option value="Benjamini-Hochberg">Benjamini-Hochberg</option>
22 <option value="Benjamini-Yekutieli">Benjamini-Yekutieli</option>
23 <option value="Bonferroni">Bonferroni</option>
24 <option value="Bonferroni-Holm">Bonferroni-Holm</option>
25 <option value="None" selected="true">None</option>
26 <option value="Westfall-Young-Single-Step">Westfall-Young-Single-Step</option>
27 <option value="Westfall-Young-Step-Down">Westfall-Young-Step-Down</option>
28 </param>
29 </inputs>
30 <outputs>
31 <data format="tabular" name="tablefile" />
32 <data format="text" name="dotfile" />
33 </outputs>
34
35 <stdio>
36 <exit_code range="1:" level="fatal" description="Unknown error" />
37 </stdio>
38
39 <help>
40 see http://compbio.charite.de/contao/index.php/ontologizer2.html
41 </help>
42
43 </tool>
44
45