Structure of PDB 2pa4 Chain C Binding Site BS01

Receptor Information
>2pa4 Chain C (length=299) Species: 196627 (Corynebacterium glutamicum ATCC 13032) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
NAVKTVVVPAAGLGTRFLPATKTVPKELLPVVDTPGIELIAAEAAELGAT
RLAIITAPNKAGVLAHFERSSELEETLMERGKTDQVEIIRRAADLIKAVP
VTQDKPLGLGHAVGLAESVLDDDEDVVAVMLPDDLVLPTGVMERMAQVRA
EFGGSVLCAVEVSEADVSKYGIFEIEADTKDSDVKKVKGMVEKPAIEDAP
SRLAATGRYLLDRKIFDALRRITPGAGGELQLTDAIDLLIDEGHPVHIVI
HQGKRHDLGNPGGYIPACVDFGLSHPVYGAQLKDAIKQILAEHEAAERI
Ligand information
Ligand IDUPG
InChIInChI=1S/C15H24N2O17P2/c18-3-5-8(20)10(22)12(24)14(32-5)33-36(28,29)34-35(26,27)30-4-6-9(21)11(23)13(31-6)17-2-1-7(19)16-15(17)25/h1-2,5-6,8-14,18,20-24H,3-4H2,(H,26,27)(H,28,29)(H,16,19,25)/t5-,6-,8-,9-,10+,11-,12-,13-,14-/m1/s1
InChIKeyHSCJRCZFDFQWRP-JZMIEXBBSA-N
SMILES
SoftwareSMILES
CACTVS 3.370OC[C@H]1O[C@H](O[P](O)(=O)O[P](O)(=O)OC[C@H]2O[C@H]([C@H](O)[C@@H]2O)N3C=CC(=O)NC3=O)[C@H](O)[C@@H](O)[C@@H]1O
ACDLabs 12.01O=C1C=CN(C(=O)N1)C2OC(C(O)C2O)COP(=O)(OP(=O)(OC3OC(C(O)C(O)C3O)CO)O)O
CACTVS 3.370OC[CH]1O[CH](O[P](O)(=O)O[P](O)(=O)OC[CH]2O[CH]([CH](O)[CH]2O)N3C=CC(=O)NC3=O)[CH](O)[CH](O)[CH]1O
OpenEye OEToolkits 1.7.6C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)CO[P@](=O)(O)O[P@](=O)(O)O[C@@H]3[C@@H]([C@H]([C@@H]([C@H](O3)CO)O)O)O)O)O
OpenEye OEToolkits 1.7.6C1=CN(C(=O)NC1=O)C2C(C(C(O2)COP(=O)(O)OP(=O)(O)OC3C(C(C(C(O3)CO)O)O)O)O)O
FormulaC15 H24 N2 O17 P2
NameURIDINE-5'-DIPHOSPHATE-GLUCOSE;
URIDINE-5'-MONOPHOSPHATE GLUCOPYRANOSYL-MONOPHOSPHATE ESTER
ChEMBLCHEMBL375951
DrugBankDB01861
ZINCZINC000008215472
PDB chain2pa4 Chain C Residue 326 [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]
PDB2pa4 Active site geometry of glucose-1-phosphate uridylyltransferase.
Resolution2.0 Å
Binding residue
(original residue number in PDB)
P18 A20 G21 E36 Q112 P115 G117 L118 L140 P141 D143 Y179 G180 E201 K202 A214
Binding residue
(residue number reindexed from 1)
P9 A11 G12 E27 Q103 P106 G108 L109 L131 P132 D134 Y170 G171 E192 K193 A205
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Nov 25 15:20:05 2024

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 = '2pa4', asym_id = 'C', bs = 'BS01', title = 'Active site geometry of glucose-1-phosphate uridylyltransferase.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='2pa4', asym_id='C', bs='BS01', title='Active site geometry of glucose-1-phosphate uridylyltransferase.')
   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 = '0003983,0006011,0009058', uniprot = '', pdbid = '2pa4', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003983,0006011,0009058', uniprot='', pdbid='2pa4', asym_id='C')
    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>