Structure of PDB 8jjn Chain C Binding Site BS01

Receptor Information
>8jjn Chain C (length=326) Species: 34073 (Variovorax paradoxus) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
NPSLVIVSPALPGANNGNWRTAQRWKALLSPVCSARVVQQWPDADASADT
VMLALHARRSAESIAHWAHAHPGRGLGVVLTGTDLYQDIGSDPQAQRSLQ
LAQRLVVLQALGAEALPPECRAKARVVYQSTSARAELPKSARQLRAVMVG
HLRQVKSPQTLFDAARLLCGREDIRIDHIGDAGDAGLGELARALASDCPG
YRWLGALPHAQTRQRIQRAHVLVHTSALEGGAHVIMEAVRSGTPVLASRV
PGNVGMLGNDYAGYFPHGDAAALAALLEACRAGQGSKDRAAGLLDSLRTQ
CALRAPLFDPRAEQAALFQLLNELQP
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 chain8jjn Chain C Residue 401 [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]
PDB8jjn Structure of SenB in complex with UDP-Glc and PO4- at 1.98 Angstroms resolution
Resolution1.98 Å
Binding residue
(original residue number in PDB)
N17 N18 G19 N20 R22 T23 T83 V151 H153 K158 I181 L209 H211 T214 E231 G232 G233 A234 H235 V236 E239
Binding residue
(residue number reindexed from 1)
N15 N16 G17 N18 R20 T21 T81 V149 H151 K156 I179 L207 H209 T212 E229 G230 G231 A232 H233 V234 E237
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 04:51:49 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 = '8jjn', asym_id = 'C', bs = 'BS01', title = 'Structure of SenB in complex with UDP-Glc and PO4- at 1.98 Angstroms resolution'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8jjn', asym_id='C', bs='BS01', title='Structure of SenB in complex with UDP-Glc and PO4- at 1.98 Angstroms resolution')
   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 = '0016757', uniprot = '', pdbid = '8jjn', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016757', uniprot='', pdbid='8jjn', 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>