Mercurial > repos > erick-antezana > onto-toolkit
annotate onto-toolkit/tools/ontology/get_child_terms.xml @ 1:d2d26d330236
v 0.2: tools added for OPPL-galaxy
author | easr |
---|---|
date | Wed, 11 Apr 2012 10:33:41 +0200 |
parents | 4484575e4186 |
children |
rev | line source |
---|---|
0
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
1 <tool id="get_child_terms" name="Get the child terms of a given OBO term" version="1.22"> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
2 <description>Collects the child terms from a given term in the given OBO ontology</description> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
3 <command interpreter="perl">/usr/bin/get_child_terms.pl $input_ontology $term_id > $output</command> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
4 <inputs> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
5 <param format="text" name="input_ontology" type="data" label="Source file"/> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
6 <param name="term_id" type="text" size="30" value="" label="Term ID" /> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
7 </inputs> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
8 <outputs> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
9 <data format="tabular" name="output" /> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
10 </outputs> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
11 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
12 <tests> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
13 <test> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
14 <param name="input" value="pre_cco_core.obo"/> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
15 <param name="term_id" value="CCO:P0000020"/> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
16 <output name="out_file" file="children.txt"/> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
17 </test> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
18 </tests> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
19 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
20 <help> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
21 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
22 .. class:: infomark |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
23 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
24 Collects the child terms (list of IDs) from a given term (existing ID) in the given OBO ontology. |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
25 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
26 **Example** |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
27 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
28 If you ask for the children of the Gene Ontology term with ID **GO:0000079** you will get:: |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
29 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
30 GO:0031660 regulation of cyclin-dependent protein kinase activity during G2/M |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
31 GO:0031657 regulation of cyclin-dependent protein kinase activity during G1/S |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
32 GO:0045737 positive regulation of cyclin-dependent protein kinase activity |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
33 GO:0045736 negative regulation of cyclin-dependent protein kinase activity |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
34 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
35 **More information** |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
36 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
37 ONTO-PERL: An API supporting the development and analysis of bio-ontologies |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
38 E. Antezana; M. Egana; B. De Baets; M. Kuiper; V. Mironov |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
39 Bioinformatics 2008; doi: 10.1093/bioinformatics/btn042 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
40 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
41 </help> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
42 |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
43 </tool> |
4484575e4186
Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff
changeset
|
44 |