Structure of PDB 6ct5 Chain A Binding Site BS01

Receptor Information
>6ct5 Chain A (length=221) Species: 1773 (Mycobacterium tuberculosis) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
TLVASVLPEDLAYAELYSDPPGLTPLPEEAPLIARSVAKRRNEFITVRHC
ARIALDQLGVPPAPILKGDKGEPCWPDGMVGSLTHCAGYRGAVVGRRDAV
RSVGIDAEPHDVLPNGVLDAISLPAERADMPRTMPAALHWDRILFCAKEA
TYKAWFPLTKRWLGFEDAHITFETDSTGWTGRFVSRILIDGSTLSGPPLT
TLRGRWSVERGLVLTAIVLAG
Ligand information
Ligand IDCOA
InChIInChI=1S/C21H36N7O16P3S/c1-21(2,16(31)19(32)24-4-3-12(29)23-5-6-48)8-41-47(38,39)44-46(36,37)40-7-11-15(43-45(33,34)35)14(30)20(42-11)28-10-27-13-17(22)25-9-26-18(13)28/h9-11,14-16,20,30-31,48H,3-8H2,1-2H3,(H,23,29)(H,24,32)(H,36,37)(H,38,39)(H2,22,25,26)(H2,33,34,35)/t11-,14-,15-,16+,20-/m1/s1
InChIKeyRGJOEKWQDUBAIZ-IBOSZNHHSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC(C)(COP(=O)(O)OP(=O)(O)OCC1C(C(C(O1)n2cnc3c2ncnc3N)O)OP(=O)(O)O)C(C(=O)NCCC(=O)NCCS)O
CACTVS 3.341CC(C)(CO[P@@](O)(=O)O[P@](O)(=O)OC[C@H]1O[C@H]([C@H](O)[C@@H]1O[P](O)(O)=O)n2cnc3c(N)ncnc23)[C@@H](O)C(=O)NCCC(=O)NCCS
OpenEye OEToolkits 1.5.0CC(C)(CO[P@](=O)(O)O[P@@](=O)(O)OC[C@@H]1[C@H]([C@H]([C@@H](O1)n2cnc3c2ncnc3N)O)OP(=O)(O)O)[C@H](C(=O)NCCC(=O)NCCS)O
CACTVS 3.341CC(C)(CO[P](O)(=O)O[P](O)(=O)OC[CH]1O[CH]([CH](O)[CH]1O[P](O)(O)=O)n2cnc3c(N)ncnc23)[CH](O)C(=O)NCCC(=O)NCCS
ACDLabs 10.04O=C(NCCS)CCNC(=O)C(O)C(C)(C)COP(=O)(O)OP(=O)(O)OCC3OC(n2cnc1c(ncnc12)N)C(O)C3OP(=O)(O)O
FormulaC21 H36 N7 O16 P3 S
NameCOENZYME A
ChEMBLCHEMBL1213327
DrugBankDB01992
ZINCZINC000008551087
PDB chain6ct5 Chain A Residue 301 [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]
PDB6ct5 Opposing reactions in coenzyme A metabolism sensitizeMycobacterium tuberculosisto enzyme inhibition.
Resolution1.75935 Å
Binding residue
(original residue number in PDB)
R48 R56 K75 K78 G79 E80 P81 L91 T92 H93 Y160 K161 F164
Binding residue
(residue number reindexed from 1)
R40 R48 K67 K70 G71 E72 P73 L83 T84 H85 Y152 K153 F156
Annotation score3
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Feb 21 17:55:35 2025

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 = '6ct5', asym_id = 'A', bs = 'BS01', title = 'Opposing reactions in coenzyme A metabolism sensitizeMycobacterium tuberculosisto enzyme inhibition.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6ct5', asym_id='A', bs='BS01', title='Opposing reactions in coenzyme A metabolism sensitizeMycobacterium tuberculosisto enzyme inhibition.')
   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 = '0000287,0008897,0009239,0009366,0016780', uniprot = '', pdbid = '6ct5', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0000287,0008897,0009239,0009366,0016780', uniprot='', pdbid='6ct5', 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>