annotate goslimmer.xml @ 2:e4dba2bd6dfa draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:36:04 +0000
parents 0a3d181b457a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8972d4070567 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">
8972d4070567 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>
2
e4dba2bd6dfa "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 1
diff changeset
3 <xrefs>
e4dba2bd6dfa "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 1
diff changeset
4 <xref type="bio.tools">goenrichment</xref>
e4dba2bd6dfa "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 1
diff changeset
5 </xrefs>
1
0a3d181b457a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 0
diff changeset
6 <macros>
0a3d181b457a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 0
diff changeset
7 <import>macros.xml</import>
0a3d181b457a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 0
diff changeset
8 </macros>
0
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
9 <requirements>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
10 <requirement type="package" version="1.0">goslimmer</requirement>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
11 </requirements>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
12 <command detect_errors="exit_code">goslimmer
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
13 --go '${go}'
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
14 --slim '${slim}'
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
15 --annotation '${annotation}'
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
16 --output '${output}'
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
17 </command>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
18 <inputs>
1
0a3d181b457a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 0
diff changeset
19 <param name="go" type="data" format="obo,owl" label="Full Gene Ontology File" help="Full Gene Ontology file in OBO or OWL format (see @ONTOLOGY_URL@)"/>
0a3d181b457a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 0
diff changeset
20 <param name="slim" type="data" format="obo,owl" label="GOSlim File" help="Slim Gene Ontology file in OBO or OWL format (see @ONTOLOGY_URL@)"/>
0
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
21 <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)"/>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
22 </inputs>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
23 <outputs>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
24 <data name="output" format="tabular" label="Slim Annotations"/>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
25 </outputs>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
26 <tests>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
27 <test>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
28 <param name="go" ftype="obo" value="go.obo"/>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
29 <param name="slim" ftype="obo" value="goslim_generic.obo"/>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
30 <param name="annotation" ftype="txt" value="annotations.tab"/>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
31 <output name="output" ftype="tabular" file="slim_annotations.tab" lines_diff="0"/>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
32 </test>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
33 </tests>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
34 <help>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
35 .. class:: infomark
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
36
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
37 GOSlimmer is a Java application that converts a set of annotations from the full GO version to a given GOSlim version.
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
38
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
39 It requires:
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
40
1
0a3d181b457a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 0
diff changeset
41 - A full Gene Ontology file in either OBO or OWL format (see @ONTOLOGY_URL@).
0
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
42 - A slim Gene Ontology file in either OBO or OWL format (see http://geneontology.org/page/go-subset-guide).
1
0a3d181b457a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents: 0
diff changeset
43 - A tabular annotation file in GAF (@ANNOTATION_URL@) 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.
0
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
44
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
45 -----
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
46
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
47 .. class:: infomark
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
48
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
49 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.
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
50 </help>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
51 <citations>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
52 <citation type="bibtex">
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
53 @misc{githubgoslimmer,
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
54 author = {Faria, Daniel},
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
55 year = {2017},
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
56 title = {GOSlimmer},
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
57 publisher = {GitHub},
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
58 journal = {GitHub repository},
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
59 url = {https://github.com/DanFaria/GOSlimmer},
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
60 }
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
61 </citation>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
62 </citations>
8972d4070567 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff changeset
63 </tool>