Structure of PDB 5uqh Chain B Binding Site BS03

Receptor Information
>5uqh Chain B (length=358) Species: 32022 (Campylobacter jejuni subsp. jejuni) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AMKIVKRALTFEDVLLRPGYSEVLPKEVKIHTKLTKNITLNMPLISAAMD
TVTEHRAAIMMARLGGLGVIHKNMDIASQVREVKRVKKSESGGIKEYPDA
NKDNFGRLRVGAAIGVGQMDRVDALVEAGVDVVVLDSAHGHSKGIIDTVK
AIKAKYPNLDLIAGNIATAAAAKALCEAGVDAVKVGIGPGSICTTRIVSG
VGVPQISAIDECVEEANKFGVPVIADGGIKYSGDIAKALAVGASSVMIGS
LLAGTDESPGELFTYQGRQYKSYRGMGSLGAMQKLVPEGIEGRVPYVGSI
RSVVHQLLGGLRSSMGYVGAKDIEDFQKRAEFVEITTAGLKESHVHDVTI
THEAPNYK
Ligand information
Ligand ID8L1
InChIInChI=1S/C22H20ClF3N4O2S/c1-12(30-32)13-5-4-6-14(9-13)21(2,3)29-20(31)27-15-7-8-17(23)16(10-15)19-28-18(11-33-19)22(24,25)26/h4-11,32H,1-3H3,(H2,27,29,31)/b30-12+
InChIKeyRTMPYAODZXTXJR-PNQUVVCRSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.6C/C(=N\O)/c1cccc(c1)C(C)(C)NC(=O)Nc2ccc(c(c2)c3nc(cs3)C(F)(F)F)Cl
OpenEye OEToolkits 2.0.6CC(=NO)c1cccc(c1)C(C)(C)NC(=O)Nc2ccc(c(c2)c3nc(cs3)C(F)(F)F)Cl
CACTVS 3.385C\C(=N/O)c1cccc(c1)C(C)(C)NC(=O)Nc2ccc(Cl)c(c2)c3scc(n3)C(F)(F)F
ACDLabs 12.01c1(cccc(C(\C)=N\O)c1)C(C)(C)NC(=O)Nc2cc(c(cc2)Cl)c3nc(cs3)C(F)(F)F
CACTVS 3.385CC(=NO)c1cccc(c1)C(C)(C)NC(=O)Nc2ccc(Cl)c(c2)c3scc(n3)C(F)(F)F
FormulaC22 H20 Cl F3 N4 O2 S
NameN-{4-chloro-3-[4-(trifluoromethyl)-1,3-thiazol-2-yl]phenyl}-N'-(2-{3-[(1E)-N-hydroxyethanimidoyl]phenyl}propan-2-yl)urea
ChEMBL
DrugBank
ZINCZINC000584905510
PDB chain5uqh Chain C 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)
L23 P24 S436 G439 Y440
Binding residue
(residue number reindexed from 1)
L24 P25 S313 G316 Y317
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 10:03:57 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 = 'B', bs = 'BS03', 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='B', bs='BS03', 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 = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003824,0003938,0006164,0016491', uniprot='', pdbid='5uqh', 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>