Structure of PDB 4c6u Chain A Binding Site BS01

Receptor Information
>4c6u Chain A (length=414) Species: 83332 (Mycobacterium tuberculosis H37Rv) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
QPSTANGGFPSVVVTAVTATTSISPDIESTWKGLLAGESGIHALEDEFVT
KWDLAVKIGGHLKDPVDSHMGRLDMRRMSYVQRMGKLLGGQLWESAGSPE
VDPDRFAVVVGTGLGGAERIVESYDLMNAGGPRKVSPLAVQMIMPNGAAA
VIGLQLGARAGVMTPVSACSSGSEAIAHAWRQIVMGDADVAVCGGVEGPI
EALPIAAFSMMRAMSTRNDEPERASRPFDKDRDGFVFGEAGALMLIETEE
HAKARGAKPLARLLGAGITSDAFHMVAPAADGVRAGRAMTRSLELAGLSP
ADIDHVNAHGTATPIGDAAEANAIRVAGCDQAAVYAPKSALGHSIGAVGA
LESVLTVLTLRDGVIPPTLNYETPDPEIDLDVVAGEPRYGDYRYAVNNSF
GFGGHNVALAFGRY
Ligand information
Ligand IDTLG
InChIInChI=1S/C12H14O3S/c1-5-7(2)6-12(4)10(14)9(8(3)13)11(15)16-12/h5-6,14H,1H2,2-4H3/b7-6-/t12-/m1/s1
InChIKeyUBMUOEDBRIIXFH-ZHRWSRJISA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6C/C(=C/[C@@]1(C(=C(C(=O)S1)C(=O)C)O)C)/C=C
CACTVS 3.385CC(=O)C1=C(O)[C@](C)(SC1=O)/C=C(/C)C=C
OpenEye OEToolkits 1.7.6CC(=CC1(C(=C(C(=O)S1)C(=O)C)O)C)C=C
CACTVS 3.385CC(=O)C1=C(O)[C](C)(SC1=O)C=C(C)C=C
ACDLabs 12.01O=C1SC(\C=C(/C=C)C)(C(O)=C1C(=O)C)C
FormulaC12 H14 O3 S
Name(5R)-3-acetyl-4-hydroxy-5-methyl-5-[(1Z)-2-methylbuta-1,3-dien-1-yl]thiophen-2(5H)-one
ChEMBL
DrugBank
ZINCZINC000103558176
PDB chain4c6u Chain A Residue 1421 [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]
PDB4c6u Structural Basis for the Recognition of Mycolic Acid Precursors by Kasa, a Condensing Enzyme and Drug Target from Mycobacterium Tuberculosis
Resolution2.4 Å
Binding residue
(original residue number in PDB)
C171 F237 V278 A279 P280 H311 T313 H345 F402 G403 F404 G406
Binding residue
(residue number reindexed from 1)
C169 F235 V276 A277 P278 H309 T311 H343 F400 G401 F402 G404
Annotation score1
Binding affinityMOAD: Kd=25.6uM
PDBbind-CN: -logKd/Ki=4.59,Kd=25.6uM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sun Nov 24 12:29:16 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 = '4c6u', asym_id = 'A', bs = 'BS01', title = 'Structural Basis for the Recognition of Mycolic ... and Drug Target from Mycobacterium Tuberculosis '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4c6u', asym_id='A', bs='BS01', title='Structural Basis for the Recognition of Mycolic ... and Drug Target from Mycobacterium Tuberculosis ')
   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 = '0016746', uniprot = '', pdbid = '4c6u', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016746', uniprot='', pdbid='4c6u', 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>