Mercurial > repos > jorrit > obotools
view ontologizer.xml @ 36:2ab168fd30a6
Uploaded
author | jorrit |
---|---|
date | Tue, 26 Feb 2013 23:25:57 -0500 |
parents | 25c037153c9f |
children | 2633a06624e4 |
line wrap: on
line source
<tool id="ontologizer" name="ontologizer" version="0.0.16"> <description>from http://compbio.charite.de/contao/</description> <requirements> <requirement type="package" version="0.0.3">ontologizer-jar</requirement> </requirements> <command>java -Xmx2G -jar \$ONTOLOGIZER_JAR --go $go --association $gaf --population $population --studyset $studyset --dot 0.05 --mtc "$mtc" --calculation "$calc"; echo moving files; mv table-*.txt $tablefile; mv view-*.dot $dotfile; echo moving files to $dotfile</command> <inputs> <param name="go" type="data" format="obo" label="Gene Ontology File" /> <param name="gaf" type="data" format="gaf" label="Gene Association File" /> <param name="population" type="data" format="tabular" label="Population Geneset File" /> <param name="studyset" type="data" format="tabular" label="Study Geneset File" /> <param name="calc" type="select" format="text" label="Calculation Method"> <option value="MGSA">MGSA</option> <option value="Parent-Child-Intersection">Parent-Child-Intersection</option> <option value="Parent-Child-Union" selected="true">Parent-Child-Union</option> <option value="Term-For-Term">Term-For-Term</option> <option value="Topology-Elim">Topology-Elim</option> <option value="Topology-Weighted">Topology-Weighted</option> </param> <param name="mtc" type="select" format="text" label="MTC Method"> <option value="Benjamini-Hochberg">Benjamini-Hochberg</option> <option value="Benjamini-Yekutieli">Benjamini-Yekutieli</option> <option value="Bonferroni">Bonferroni</option> <option value="Bonferroni-Holm">Bonferroni-Holm</option> <option value="None" selected="true">None</option> <option value="Westfall-Young-Single-Step">Westfall-Young-Single-Step</option> <option value="Westfall-Young-Step-Down">Westfall-Young-Step-Down</option> </param> </inputs> <outputs> <data format="tabular" name="tablefile" /> <data format="text" name="dotfile" /> </outputs> <help> see http://compbio.charite.de/contao/index.php/ontologizer2.html </help> </tool>