annotate goslimmer.xml @ 0:294de027cb5d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
author iuc
date Fri, 11 Jan 2019 06:18:00 -0500
parents
children de3e053bd6a5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
1 <tool id="goslimmer" name="GOSlimmer" version="1.0.1">
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
2 <description>converts a set of annotation from GO to a given GOSlim version</description>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
3 <requirements>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
4 <requirement type="package" version="1.0">goslimmer</requirement>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
5 </requirements>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
6 <command detect_errors="exit_code">goslimmer
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
7 --go '${go}'
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
8 --slim '${slim}'
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
9 --annotation '${annotation}'
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
10 --output '${output}'
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
11 </command>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
12 <inputs>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
13 <param name="go" type="data" format="obo,owl" label="Full Gene Ontology File" help="Full Gene Ontology file in OBO or OWL format (see http://geneontology.org/page/download-ontology)"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
14 <param name="slim" type="data" format="obo,owl" label="GOSlim File" help="Slim Gene Ontology file in OBO or OWL format (see http://geneontology.org/page/download-ontology)"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
15 <param name="annotation" type="data" format="tabular,txt" label="Gene Product Annotation File" help="Tabular file containing annotations from gene products to GO terms (in GAF or BLAST2GO format, or a simple two-column table)"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
16 </inputs>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
17 <outputs>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
18 <data name="output" format="tabular" label="Slim Annotations"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
19 </outputs>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
20 <tests>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
21 <test>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
22 <param name="go" ftype="obo" value="go.obo"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
23 <param name="slim" ftype="obo" value="goslim_generic.obo"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
24 <param name="annotation" ftype="txt" value="annotations.tab"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
25 <output name="output" ftype="tabular" file="slim_annotations.tab" lines_diff="0"/>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
26 </test>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
27 </tests>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
28 <help>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
29 .. class:: infomark
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
30
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
31 GOSlimmer is a Java application that converts a set of annotations from the full GO version to a given GOSlim version.
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
32
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
33 It requires:
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
34
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
35 - A full Gene Ontology file in either OBO or OWL format (see http://geneontology.org/page/download-ontology).
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
36 - A slim Gene Ontology file in either OBO or OWL format (see http://geneontology.org/page/go-subset-guide).
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
37 - A tabular annotation file in GAF (http://geneontology.org/page/download-annotations) format, BLAST2GO format, or a simple two-column table (e.g. from BioMart) with gene product ids in the first column and GO terms in the second one.
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
38
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
39 -----
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
40
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
41 .. class:: infomark
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
42
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
43 GOSlimmer can also be applied to other pairs of OWL/OBO ontologies where one is a subset of the other and you want to convert annotations from the larger to the smaller one.
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
44 </help>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
45 <citations>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
46 <citation type="bibtex">
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
47 @misc{githubgoslimmer,
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
48 author = {Faria, Daniel},
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
49 year = {2017},
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
50 title = {GOSlimmer},
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
51 publisher = {GitHub},
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
52 journal = {GitHub repository},
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
53 url = {https://github.com/DanFaria/GOSlimmer},
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
54 }
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
55 </citation>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
56 </citations>
294de027cb5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
57 </tool>