Mercurial > repos > jorrit > obotools
comparison ontologizer.xml @ 33:b277bb358960
Uploaded
author | jorrit |
---|---|
date | Tue, 26 Feb 2013 22:53:21 -0500 |
parents | f0048a544d61 |
children | f475c42e642c |
comparison
equal
deleted
inserted
replaced
32:f0048a544d61 | 33:b277bb358960 |
---|---|
1 <tool id="ontologizer" name="ontologizer" version="0.0.16"> | 1 <tool id="ontologizer" name="ontologizer" version="0.0.16"> |
2 <description>from http://compbio.charite.de/contao/</description> | 2 <description>from http://compbio.charite.de/contao/</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="set_environment">ONTOLOGIZER_JAR</requirement> | |
4 <requirement type="package" version="0.0.3">ontologizer-jar</requirement> | 5 <requirement type="package" version="0.0.3">ontologizer-jar</requirement> |
5 </requirements> | 6 </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; mv view-*.dot $dotfile</command> | 7 <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; mv view-*.dot $dotfile</command> |
7 <inputs> | 8 <inputs> |
8 <param name="go" type="data" format="obo" label="Gene Ontology File" /> | 9 <param name="go" type="data" format="obo" label="Gene Ontology File" /> |
24 <option value="Bonferroni-Holm">Bonferroni-Holm</option> | 25 <option value="Bonferroni-Holm">Bonferroni-Holm</option> |
25 <option value="None" selected="true">None</option> | 26 <option value="None" selected="true">None</option> |
26 <option value="Westfall-Young-Single-Step">Westfall-Young-Single-Step</option> | 27 <option value="Westfall-Young-Single-Step">Westfall-Young-Single-Step</option> |
27 <option value="Westfall-Young-Step-Down">Westfall-Young-Step-Down</option> | 28 <option value="Westfall-Young-Step-Down">Westfall-Young-Step-Down</option> |
28 </param> | 29 </param> |
29 </param> | |
30 </inputs> | 30 </inputs> |
31 <outputs> | 31 <outputs> |
32 <data format="tabular" name="tablefile" /> | 32 <data format="tabular" name="tablefile" /> |
33 <data format="text" name="dotfile" /> | 33 <data format="text" name="dotfile" /> |
34 </outputs> | 34 </outputs> |