0
|
1 <tool id="glytools_kegg_get" name="GAP Get KEGG glycans " version="0.3">
|
|
2 <description> download kcf entries from KEGG</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.0">python_for_glycan_tools</requirement>
|
|
5 </requirements>
|
|
6 <command interpreter="python"><![CDATA[ getkcfKEGG.py -i $input -k $kcfout -d $dbout ]]></command>
|
|
7 <inputs>
|
|
8 <param format="txt" name="input" type="data" label="single or double column text file containing GL entries"/>
|
|
9 </inputs>
|
|
10 <outputs>
|
|
11 <data format="kcf" name="kcfout" label="KEGG kcf output for $input.name"/>
|
|
12 <data format="txt" name="dbout" label="KEGG db entry - $input.name"/>
|
|
13 </outputs>
|
|
14 <citations>
|
|
15 <!-- -->
|
|
16 <citation type="doi">10.1002/0471250953.bi0112s38</citation>
|
|
17 </citations>
|
|
18 <help> <![CDATA[
|
|
19 .. class:: infomark
|
|
20
|
|
21 **What this tool does**
|
|
22
|
|
23 This tool will return both KCF and a text version of the KEGG database entry.
|
|
24
|
|
25 .. class:: infomark
|
|
26
|
|
27 **Input**
|
|
28
|
|
29 Text containing GL entries, for example as returned by a KEGG find result from the glycan DB.
|
|
30
|
|
31 ----
|
|
32
|
|
33 .. class:: infomark
|
|
34
|
|
35 **Example**
|
|
36
|
|
37 Query sequence::
|
|
38
|
|
39 gl:G00357 Laminaribiose; Laminariobiose; 3-O-beta-D-Glucopyranosyl-D-glucose; (Glc)2; Glycolipid; Others Glycoprotein; O-Glycan Glycoside Polysaccharide
|
|
40 gl:G10608 UDP-D-glucose; UDP-glucose; Uridine diphosphate glucose; (UDP-Glc)1
|
|
41
|
|
42 kcf output sequence::
|
|
43
|
|
44 ENTRY G00357 Glycan
|
|
45 NODE 2
|
|
46 1 Glc 0 0
|
|
47 2 Glc -10 0
|
|
48 EDGE 1
|
|
49 1 2:b1 1:3
|
|
50 ///
|
|
51 ENTRY G10608 Glycan
|
|
52 NODE 1
|
|
53 1 UDP-Glc -0.3 0
|
|
54 EDGE 0
|
|
55 ///
|
|
56
|
|
57 db output sequence::
|
|
58
|
|
59 ENTRY G00357 Glycan
|
|
60 NAME Laminaribiose;
|
|
61 Laminariobiose;
|
|
62 3-O-beta-D-Glucopyranosyl-D-glucose
|
|
63 COMPOSITION (Glc)2
|
|
64 MASS 342.3
|
|
65 CLASS Glycolipid; Others
|
|
66 Glycoprotein; O-Glycan
|
|
67 Glycoside
|
|
68 Polysaccharide
|
|
69 REMARK Same as: C02048
|
|
70 REACTION R06058
|
|
71 ENZYME 2.4.1.31
|
|
72 DBLINKS CCSD: 3178 12230 17443 23581 28110 31447 32478 34039 36773 37192 38902 39794 39796 39797 39802 39804 40258 41633 41704 43790 44865 45671 47897 48035 48399
|
|
73 GlycomeDB: 2361
|
|
74 JCGGDB: JCGG-STR014653
|
|
75 NODE 2
|
|
76 1 Glc 0 0
|
|
77 2 Glc -10 0
|
|
78 EDGE 1
|
|
79 1 2:b1 1:3
|
|
80 ///
|
|
81 ENTRY G10608 Glycan
|
|
82 NAME UDP-D-glucose;
|
|
83 UDP-glucose;
|
|
84 Uridine diphosphate glucose
|
|
85 COMPOSITION (UDP-Glc)1
|
|
86 REMARK Same as: C00029
|
|
87 REACTION R06020 R06023 R06036 R06043 R06045 R06051 R06062 R06073
|
|
88 R06181 R06226 R06275 R09315 R09316
|
|
89 ENZYME 2.4.1.11 2.4.1.12 2.4.1.13 2.4.1.14
|
|
90 2.4.1.15 2.4.1.34 2.4.1.53 2.4.1.80
|
|
91 2.4.1.183 2.4.1.188 2.4.1.-
|
|
92 NODE 1
|
|
93 1 UDP-Glc -0.3 0
|
|
94 EDGE 0
|
|
95
|
|
96 ///
|
|
97
|
|
98 ]]>
|
|
99 </help>
|
|
100
|
|
101 </tool>
|