Structure of PDB 5uqh Chain A Binding Site BS01

Receptor Information
>5uqh Chain A (length=368) Species: 32022 (Campylobacter jejuni subsp. jejuni) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AMKIVKRALTFEDVLLRPGYSEVLPKEVKIHTKLTKNITLNMPLISAAMD
TVTEHRAAIMMARLGGLGVIHKNMDIASQVREVKRVKKSKEYPDANKDNF
GRLRVGAAIGVGQMDRVDALVEAGVDVVVLDSAHGHSKGIIDTVKAIKAK
YPNLDLIAGNIATAAAAKALCEAGVDAVKVGIGPGSICTTRIVSGVGVPQ
ISAIDECVEEANKFGVPVIADGGIKYSGDIAKALAVGASSVMIGSLLAGT
DESPGELFTYQGRQYKSYRGMGSLGAMQKGSSDRYFQQGTAQDKLVPEGI
EGRVPYVGSIRSVVHQLLGGLRSSMGYVGAKDIEDFQKRAEFVEITTAGL
KESHVHDVTITHEAPNYK
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 chain5uqh Chain A Residue 501 [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]
PDB5uqh Crystal Structure of the Catalytic Domain of the Inosine Monophosphate Dehydrogenase from Mycobacterium tuberculosis in the presence of TBK6
Resolution2.201 Å
Binding residue
(original residue number in PDB)
M48 G298 S299 I300 C301 D334 M355 G357 S358 Y381 G383 M384 G385 E411
Binding residue
(residue number reindexed from 1)
M49 G185 S186 I187 C188 D221 M242 G244 S245 Y268 G270 M271 G272 E298
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 10:02:17 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 = '5uqh', asym_id = 'A', bs = 'BS01', title = 'Crystal Structure of the Catalytic Domain of the...cobacterium tuberculosis in the presence of TBK6 '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='5uqh', asym_id='A', bs='BS01', title='Crystal Structure of the Catalytic Domain of the...cobacterium tuberculosis in the presence of TBK6 ')
   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 = '5uqh', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003824,0003938,0006164,0016491', uniprot='', pdbid='5uqh', 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>