Structure of PDB 7rh5 Chain R Binding Site BS05

Receptor Information
>7rh5 Chain R (length=552) Species: 246196 (Mycolicibacterium smegmatis MC2 155) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
ELEARRPFPERMGPKGNLIYKLITTTDHKLIGIMYCVVCFAFFLVGGLMA
LFMRTELAMPGLQFLSNEQFNQLFTMHGTVMLLFYATPIVFGFANLVLPL
QIGAPDVAFPRLNALSFWLFLFGALIAIAGFITPGGAADFGWTAYSPLTD
AIHSPGAGGDLWIMGLAVGGLGTILGGVNMITTVVCMRAPGMTMFRMPIF
TWNILVTSILVLIAFPILTAALFGLAADRHLGAHIYDPANGGVLLWQHLF
WFFGHPEVYIIALPFFGIVSEIFPVFSRKPIFGYTTLIYATLAIAALSVA
VWAHHMYATGAVLLPFFSFMTFLIAVPTGIKFFNWIGTMWKGQLTFETPM
LFSVGFLITFLLGGLSGVLLASPPLDFHVTDSYFVIAHFHYVLFGTIVFA
TYAGIYFWFPKMTGRLLDERLGKLHFWLTFIGFHTTFLVQHWLGDEGMPR
RYADYLPTDGFTTLNVISTVGAFILGVSMLPFVWNVFKSWRYGEPVTVDD
PWGYGNSLEWATSCPPPRHNFTELPRIRSERPAFELHYPHMVERMRAEAH
VG
Ligand information
Ligand ID9Y0
InChIInChI=1S/C39H76NO8P/c1-3-5-7-9-11-13-15-17-18-20-21-23-25-27-29-31-38(41)45-35-37(36-47-49(43,44)46-34-33-40)48-39(42)32-30-28-26-24-22-19-16-14-12-10-8-6-4-2/h17-18,37H,3-16,19-36,40H2,1-2H3,(H,43,44)/b18-17-/t37-/m1/s1
InChIKeyDVXMEPWDARXHCX-OTMQOFQLSA-N
SMILES
SoftwareSMILES
CACTVS 3.385CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC\C=C/CCCCCCCC)CO[P](O)(=O)OCCN
OpenEye OEToolkits 2.0.6CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN
ACDLabs 12.01NCCOP(=O)(O)OCC(COC(=O)CCCCCCC[C@H]=[C@H]CCCCCCCC)OC(CCCCCCCCCCCCCCC)=O
OpenEye OEToolkits 2.0.6CCCCCCCCCCCCCCCC(=O)OC(COC(=O)CCCCCCCC=CCCCCCCCC)COP(=O)(O)OCCN
CACTVS 3.385CCCCCCCCCCCCCCCC(=O)O[CH](COC(=O)CCCCCCCC=CCCCCCCCC)CO[P](O)(=O)OCCN
FormulaC39 H76 N O8 P
Name(2R)-3-(((2-aminoethoxy)(hydroxy)phosphoryl)oxy)-2-(palmitoyloxy)propyl (E)-octadec-9-enoate
ChEMBL
DrugBank
ZINCZINC000032838054
PDB chain7rh5 Chain S Residue 302 [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]
PDB7rh5 Structure of mycobacterial CIII 2 CIV 2 respiratory supercomplex bound to the tuberculosis drug candidate telacebec (Q203).
Resolution3.0 Å
Binding residue
(original residue number in PDB)
M173 F232 A235 A236 L240
Binding residue
(residue number reindexed from 1)
M164 F223 A226 A227 L231
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 21:10:11 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 = '7rh5', asym_id = 'R', bs = 'BS05', title = 'Structure of mycobacterial CIII 2 CIV 2 respirat...the tuberculosis drug candidate telacebec (Q203).'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7rh5', asym_id='R', bs='BS05', title='Structure of mycobacterial CIII 2 CIV 2 respirat...the tuberculosis drug candidate telacebec (Q203).')
   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 = '0004129,0009060,0015990,0016020,0020037', uniprot = '', pdbid = '7rh5', asym_id = 'R'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004129,0009060,0015990,0016020,0020037', uniprot='', pdbid='7rh5', asym_id='R')
    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>