Structure of PDB 4oua Chain A Binding Site BS03

Receptor Information
>4oua Chain A (length=382) Species: 936046 (Agaricus bisporus var. bisporus H97) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SLLATVGPTGGVKNRLDIVDFVRDEKFFTLYIRALQAIQDKDQSDYSSFF
QLSGIHGLPFTPWAKPKDTPTVPYESGYCTHSQVLFPTWHRVYVSIYEQI
LQEAAKGIAKKFTVHKKEWAQAAEDLRQPYWDTGFALVPPDEIIKLEQVK
ITNYDGTKITVRNPILRYSFHPIDPSFNGYPNFDTWKTTVRNPDADKKEN
IPALIGKLDLEADSTREKTYNMLKFNANWEAFSNHGEFDDTHANSLEAVH
DDIHGFVGRGAIRGHMTHALFAAFDPIFWLHHSNVDRHLSLWQALYPGVW
VTQGPEREGSMGFAPGTELNKDSALEPFYETEDKPWTSVPLTDTALLNYS
YPDFDKVKGGTPDLVRDYINDHIDRRYGIKKS
Ligand information
Ligand IDTEW
InChIInChI=1S/O6Te.H2O.17O.6W/c1-7(2,3,4,5)6;;;;;;;;;;;;;;;;;;;;;;;;/h;1H2;;;;;;;;;;;;;;;;;;;;;;;/q;;;;;;;;;;;;;6*-1;;;;;;+1/p-1
InChIKeyJDLYBIMRCSJRQJ-UHFFFAOYSA-M
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6[O-]=[W]123(O[W]45(=O)(O1[Te]6789O2[W]1(=O)(O3)(O6[W]2(=O)(O1)(O7[W]1(=O)(O2)(O8[W](=O)(O94)(O5)(O1)[O-])[O-])[O-])[O-])[O-])[O]
FormulaO24 Te W6
Name6-tungstotellurate(VI)
ChEMBL
DrugBank
ZINC
PDB chain4oua Chain A Residue 405 [Download ligand structure] [Download structure with residue number starting from 1] [View ligand structure]
Receptor-Ligand Complex Structure
Global viewLocal viewStructure summary

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]
PDB4oua Latent and active abPPO4 mushroom tyrosinase cocrystallized with hexatungstotellurate(VI) in a single crystal.
Resolution2.763 Å
Binding residue
(original residue number in PDB)
H116 K117 K118 E119
Binding residue
(residue number reindexed from 1)
H115 K116 K117 E118
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Feb 22 14:46:36 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/html/BioLiP/pdb.cgi in <module>()
   1435     title=pdb2title(pdbid)
   1436     if bs.startswith("BS"):
=> 1437         pubmed,uniprot=display_interaction(pdbid,asym_id,bs,title)
   1438     else:
   1439         if lig3:
pubmed = '', uniprot = '', display_interaction = <function display_interaction>, pdbid = '4oua', asym_id = 'A', bs = 'BS03', title = 'Latent and active abPPO4 mushroom tyrosinase coc...ith hexatungstotellurate(VI) in a single crystal.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4oua', asym_id='A', bs='BS03', title='Latent and active abPPO4 mushroom tyrosinase coc...ith hexatungstotellurate(VI) in a single crystal.')
   1295         display_ec(ec,csaOrig,csaRenu)
   1296     if go:
=> 1297         display_go(go,uniprot,pdbid,asym_id)
   1298     return pubmed,uniprot
   1299 
global display_go = <function display_go>, go = '0016491', uniprot = '', pdbid = '4oua', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016491', uniprot='', pdbid='4oua', asym_id='A')
    480         '''.replace("$namespace_link",namespace_link
    481           ).replace("$namespace",namespace
=>  482           ).replace("$uniprot",u
    483         ))
    484         for l,(term,name) in enumerate(go2aspect[Aspect]):
u undefined

UnboundLocalError: local variable 'u' referenced before assignment
      args = ("local variable 'u' referenced before assignment",)
      with_traceback = <built-in method with_traceback of UnboundLocalError object>