Structure of PDB 5uqg Chain B Binding Site BS02

Receptor Information
>5uqg Chain B (length=361) Species: 32022 (Campylobacter jejuni subsp. jejuni) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AMKIVKRALTFEDVLLRPGYSEVLPKEVKIHTKLTKNITLNMPLISAAMD
TVTEHRAAIMMARLGGLGVIHKNMDIASQVREVKRVKKSDLKKRKEYPDA
NKDNFGRLRVGAAIGVGQMDRVDALVEAGVDVVVLDSAHGHSKGIIDTVK
AIKAKYPNLDLIAGNIATAAAAKALCEAGVDAVKVGIGPGSICTTRIVSG
VGVPQISAIDECVEEANKFGVPVIADGGIKYSGDIAKALAVGASSVMIGS
LLAGTDESPGELFTYQGRQYKSYRGMGSLGAMQKGSKLVPEGIEGRVPYV
GSIRSVVHQLLGGLRSSMGYVGAKDIEDFQKRAEFVEITTAGLKESHVHD
VTITHEAPNYK
Ligand information
Ligand IDIMP
InChIInChI=1S/C10H13N4O8P/c15-6-4(1-21-23(18,19)20)22-10(7(6)16)14-3-13-5-8(14)11-2-12-9(5)17/h2-4,6-7,10,15-16H,1H2,(H,11,12,17)(H2,18,19,20)/t4-,6-,7-,10-/m1/s1
InChIKeyGRSZFWQUAKGDAV-KQYNXXCUSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.5c1nc2c(n1[C@H]3[C@@H]([C@@H]([C@H](O3)COP(=O)(O)O)O)O)N=CNC2=O
ACDLabs 10.04O=C1c2ncn(c2N=CN1)C3OC(C(O)C3O)COP(=O)(O)O
OpenEye OEToolkits 1.7.5c1nc2c(n1C3C(C(C(O3)COP(=O)(O)O)O)O)N=CNC2=O
CACTVS 3.385O[CH]1[CH](O)[CH](O[CH]1CO[P](O)(O)=O)n2cnc3C(=O)NC=Nc23
CACTVS 3.385O[C@H]1[C@@H](O)[C@@H](O[C@@H]1CO[P](O)(O)=O)n2cnc3C(=O)NC=Nc23
FormulaC10 H13 N4 O8 P
NameINOSINIC ACID
ChEMBLCHEMBL1207374
DrugBankDB04566
ZINCZINC000004228242
PDB chain5uqg Chain B Residue 502 [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]
PDB5uqg Crystal Structure of the Catalytic Domain of the Inosine Monophosphate Dehydrogenase from Campylobacter jejuni in the complex with inhibitor p200
Resolution2.03 Å
Binding residue
(original residue number in PDB)
M48 G298 S299 I300 C301 D334 G336 G357 S358 Y381 G383 M384 G385 E411
Binding residue
(residue number reindexed from 1)
M49 G190 S191 I192 C193 D226 G228 G249 S250 Y273 G275 M276 G277 E291
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 15:11:06 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 = '5uqg', asym_id = 'B', bs = 'BS02', title = 'Crystal Structure of the Catalytic Domain of the...bacter jejuni in the complex with inhibitor p200 '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='5uqg', asym_id='B', bs='BS02', title='Crystal Structure of the Catalytic Domain of the...bacter jejuni in the complex with inhibitor p200 ')
   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 = '0003824,0003938,0006164,0016491', uniprot = '', pdbid = '5uqg', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003824,0003938,0006164,0016491', uniprot='', pdbid='5uqg', asym_id='B')
    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>