| GO term | GO ID | GO IC |
|---|---|---|
| hydrolase activity | GO:0016787 | 1.9 |
| ubiquitin-like protein-specific protease activity | GO:0019783 | 4.97 |
| ubiquitinyl hydrolase activity | GO:0101005 | 5.07 |
| cysteine-type peptidase activity | GO:0008234 | 4.51 |
| catalytic activity | GO:0003824 | 1.05 |
| peptidase activity, acting on L-amino acid peptides | GO:0070011 | 3.26 |
| peptidase activity | GO:0008233 | 3.23 |
| thiol-dependent ubiquitinyl hydrolase activity | GO:0036459 | 5.07 |
| <type 'exceptions.KeyError'> | Python 2.7.9: /usr/bin/python Mon Apr 6 13:37:10 2026 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/lib/cgi-bin/gene_disease_db/gene.py in |
| 475 kegg_ann(gene) |
| 476 react_ann(gene) |
| => 477 GOBPs,GOCCs=GO_ann(gene) |
| 478 if make_file==True: |
| 479 outcsv.close() |
| GOBPs undefined, GOCCs undefined, GO_ann = <function GO_ann>, gene = 'OTUD6B' |
| /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='OTUD6B') |
| 345 print '<summary id="missing"> Associated GO terms for '+root2root_names[root]+' </summary>' |
| 346 print '</details>' |
| => 347 return root2GO["biological_process"],root2GO["cellular_component"] |
| 348 |
| 349 def kegg_ann(gene): |
| root2GO = {'biological_process': set(['GO:0006508', 'GO:0008152', 'GO:0019538', 'GO:0043170', 'GO:0044238', 'GO:0071704']), 'molecular_function': set(['GO:0003824', 'GO:0008233', 'GO:0008234', 'GO:0016787', 'GO:0019783', 'GO:0036459', ...])} |
<type 'exceptions.KeyError'>: 'cellular_component'
args =
('cellular_component',)
message =
'cellular_component'