Structure of PDB 4c71 Chain A Binding Site BS01

Receptor Information
>4c71 Chain A (length=415) Species: 83332 (Mycobacterium tuberculosis H37Rv) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SQPSTANGGFPSVVVTAVTATTSISPDIESTWKGLLAGESGIHALEDEFV
TKWDLAVKIGGHLKDPVDSHMGRLDMRRMSYVQRMGKLLGGQLWESAGSP
EVDPDRFAVVVGTGLGGAERIVESYDLMNAGGPRKVSPLAVQMIMPNGAA
AVIGLQLGARAGVMTPVSAQSSGSEAIAHAWRQIVMGDADVAVCGGVEGP
IEALPIAAFSMMRAMSTRNDEPERASRPFDKDRDGFVFGEAGALMLIETE
EHAKARGAKPLARLLGAGITSDAFHMVAPAADGVRAGRAMTRSLELAGLS
PADIDHVNAHGTATPIGDAAEANAIRVAGCDQAAVYAPKSALGHSIGAVG
ALESVLTVLTLRDGVIPPTLNYETPDPEIDLDVVAGEPRYGDYRYAVNNS
FGFGGHNVALAFGRY
Ligand information
Ligand ID7RD
InChIInChI=1S/C14H19N3O2S/c1-4-10(2)9-14(3)12(18)11(13(19)20-14)7-5-6-8-16-17-15/h4,9,18H,1,5-8H2,2-3H3/b10-9+/t14-/m1/s1
InChIKeyYWCFDTCBMVZYIG-ATWMFIQVSA-N
SMILES
SoftwareSMILES
CACTVS 3.385CC(C=C)=C[C]1(C)SC(=O)C(=C1O)CCCCN=[N+]=[N-]
OpenEye OEToolkits 1.9.2CC(=CC1(C(=C(C(=O)S1)CCCCN=[N+]=[N-])O)C)C=C
OpenEye OEToolkits 1.9.2C/C(=C\[C@@]1(C(=C(C(=O)S1)CCCCN=[N+]=[N-])O)C)/C=C
CACTVS 3.385C\C(C=C)=C/[C@@]1(C)SC(=O)C(=C1O)CCCCN=[N+]=[N-]
ACDLabs 12.01O=C1SC(/C=C(/C=C)C)(C(O)=C1CCCC/N=[N+]=[N-])C
FormulaC14 H19 N3 O2 S
Name(R,E)-3-(4-AZIDOBUTYL)-4-HYDROXY-5-METHYL-5-(2-METHYLBUTA-1,3-DIEN-1-YL)THIOPHEN-2(5H)-ONE
ChEMBLCHEMBL4556828
DrugBank
ZINCZINC000098208579
PDB chain4c71 Chain A Residue 1423 [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]
PDB4c71 Structural Basis for the Recognition of Mycolic Acid Precursors by Kasa, a Condensing Enzyme and Drug Target from Mycobacterium Tuberculosis
Resolution1.8 Å
Binding residue
(original residue number in PDB)
Q171 F210 F237 V278 A279 P280 H311 T313 H345 I347 F402 G403 F404 G406
Binding residue
(residue number reindexed from 1)
Q170 F209 F236 V277 A278 P279 H310 T312 H344 I346 F401 G402 F403 G405
Annotation score1
Binding affinityMOAD: Ki=384uM
PDBbind-CN: -logKd/Ki=3.42,Ki=384.0uM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sun Nov 24 13:02:42 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 = '4c71', 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='4c71', 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 = '4c71', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016746', uniprot='', pdbid='4c71', 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>