annotate term_id_vs_term_def.xml @ 1:83dc1b4ee323 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
author iuc
date Fri, 16 Feb 2018 05:57:43 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
1 <tool id="onto_tk_term_id_vs_term_def" name="Get all the term IDs and term definitions" version="@VERSION@.0">
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
2 <description>of a given OBO ontology</description>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
3 <macros>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
4 <import>onto_macros.xml</import>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
5 </macros>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
6 <expand macro="requirements" />
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
7 <command detect_errors="aggressive">
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
8 get_term_id_vs_term_def.pl
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
9 -f '$input' | sort > '$output'
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
10 </command>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
11 <inputs>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
12 <expand macro="input_ontology" />
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
13 </inputs>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
14 <outputs>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
15 <data format="tabular" name="output" />
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
16 </outputs>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
17 <tests>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
18 <test>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
19 <param name="input" value="pre_cco_core.obo"/>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
20 <output name="output">
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
21 <assert_contents>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
22 <has_text text="Any process that modulates the frequency, rate or extent of the cell cycle process" />
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
23 </assert_contents>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
24 </output>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
25 </test>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
26 </tests>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
27 <help>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
28
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
29 .. class:: infomark
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
30
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
31 Generates a flat file with two columns (TAB separated) with the term_id and term_definition from the elements of the given OBO ontology.
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
32
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
33
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
34 **Example**
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
35
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
36 If you ask for the term IDs and terms definitions of the Gene Ontology, you will get::
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
37
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
38 GO:0006285 The formation of an AP site, a deoxyribose sugar with a missing base, by DNA glycosylase which recognizes an altered base in DNA and catalyzes its hydrolytic removal. This sugar phosphate is the substrate recognized by the AP endonuclease, which cuts the DNA phosphodiester backbone at the 5' side of the altered site to leave a gap which is subsequently repaired.
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
39 GO:0043527 A multimeric protein complex involved in the methylation of specific nucleotides in tRNA.
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
40 GO:0005593 Any collagen polymer associated with collagen fibrils and in which the collagen monomers contain two or more relatively short triple-helical domains connected by non-triple-helical sequences; the acronym FACIT stands for fibril-associated collagen with interrupted triple helix.
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
41 GO:0015777 The directed movement of teichoic acid into, out of, within or between cells by means of some external agent such as a transporter or pore. Teichoic acid is any polymer occurring in the cell wall, membrane or capsule of Gram-positive bacteria and containing chains of glycerol phosphate or ribitol phosphate residues.
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
42 GO:0047104 Catalysis of the reaction: NAD+ + CoA + palmitaldehyde = NADH + palmityl-CoA.
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
43 GO:0018302 The incorporation of iron into a 4Fe-4S iron-sulfur cluster via tris-L-cysteinyl-L-N1'-histidino tetrairon tetrasulfide.
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
44 ...
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
45 ...
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
46
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
47 </help>
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
48 <expand macro="citations" />
83dc1b4ee323 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
iuc
parents:
diff changeset
49 </tool>