Mercurial > repos > iuc > goslimmer
annotate goslimmer.xml @ 1:de3e053bd6a5 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
author | iuc |
---|---|
date | Wed, 24 Jul 2019 05:37:26 -0400 |
parents | 294de027cb5d |
children |
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> |
1
de3e053bd6a5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents:
0
diff
changeset
|
3 <macros> |
de3e053bd6a5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents:
0
diff
changeset
|
4 <import>macros.xml</import> |
de3e053bd6a5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents:
0
diff
changeset
|
5 </macros> |
0
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
6 <requirements> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
7 <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
|
8 </requirements> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
9 <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
|
10 --go '${go}' |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
11 --slim '${slim}' |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
12 --annotation '${annotation}' |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
13 --output '${output}' |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
14 </command> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
15 <inputs> |
1
de3e053bd6a5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents:
0
diff
changeset
|
16 <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@)"/> |
de3e053bd6a5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents:
0
diff
changeset
|
17 <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
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
18 <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
|
19 </inputs> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
20 <outputs> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
21 <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
|
22 </outputs> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
23 <tests> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
24 <test> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
25 <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
|
26 <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
|
27 <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
|
28 <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
|
29 </test> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
30 </tests> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
31 <help> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
32 .. class:: infomark |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
33 |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
34 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
|
35 |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
36 It requires: |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
37 |
1
de3e053bd6a5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents:
0
diff
changeset
|
38 - A full Gene Ontology file in either OBO or OWL format (see @ONTOLOGY_URL@). |
0
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
39 - A slim Gene Ontology file in either OBO or OWL format (see http://geneontology.org/page/go-subset-guide). |
1
de3e053bd6a5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit 2983eca17b9a004685024b6f4554a5190d63c7fd
iuc
parents:
0
diff
changeset
|
40 - 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
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
41 |
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 |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
44 .. class:: infomark |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
45 |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
46 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
|
47 </help> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
48 <citations> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
49 <citation type="bibtex"> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
50 @misc{githubgoslimmer, |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
51 author = {Faria, Daniel}, |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
52 year = {2017}, |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
53 title = {GOSlimmer}, |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
54 publisher = {GitHub}, |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
55 journal = {GitHub repository}, |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
56 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
|
57 } |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
58 </citation> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
59 </citations> |
294de027cb5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit c41d1d8f48da033f601b003d71e0e22345ccdbdb
iuc
parents:
diff
changeset
|
60 </tool> |