Structure of PDB 5zgb Chain 3 Binding Site BS14

Receptor Information
>5zgb Chain 3 (length=170) Species: 280699 (Cyanidioschyzon merolae strain 10D) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
VPFAPVPEAVRESGLAGSEAEFDPLMITSYLPISWMRESEVKHGRIAMLA
FVGTLAQQAYQFPWYKGAPTTLVGAHDHFVTTALAQILLFTSAFEIVAGV
PAAIQTVRGSGRLPGYYGFDPLGLWGKDEASRKRMELAEVKNGRLAMIAM
LALWHQEVLSGGMGVIEQLV
Ligand information
Ligand IDZEX
InChIInChI=1S/C40H56O2/c1-29(17-13-19-31(3)21-23-35-25-34(6)38(42)28-39(35,7)8)15-11-12-16-30(2)18-14-20-32(4)22-24-37-33(5)26-36(41)27-40(37,9)10/h11-25,34,36,38,41-42H,26-28H2,1-10H3/b12-11+,17-13+,18-14+,23-21+,24-22+,29-15+,30-16+,31-19+,32-20+/t34-,36-,38+/m0/s1
InChIKeyYRMDXLDAZBQLBK-WIHRHFSMSA-N
SMILES
SoftwareSMILES
CACTVS 3.341C[CH]1C=C(C=CC(C)=CC=CC(C)=CC=CC=C(C)C=CC=C(C)C=CC2=C(C)C[CH](O)CC2(C)C)C(C)(C)C[CH]1O
OpenEye OEToolkits 1.5.0CC1C=C(C(CC1O)(C)C)C=CC(=C\C=C\C(=CC=CC=C(C)C=C\C=C(/C)\C=CC2=C(C[C@@H](CC2(C)C)O)C)C)C
ACDLabs 10.04OC2CC(=C(\C=C\C(=C\C=C\C(=C\C=C\C=C(\C=C\C=C(\C=C\C1=CC(C)C(O)CC1(C)C)C)C)C)C)C(C)(C)C2)C
OpenEye OEToolkits 1.5.0CC1C=C(C(CC1O)(C)C)C=CC(=CC=CC(=CC=CC=C(C)C=CC=C(C)C=CC2=C(CC(CC2(C)C)O)C)C)C
CACTVS 3.341C[C@H]1C=C(/C=C/C(C)=C/C=C/C(C)=C/C=C/C=C(C)/C=C/C=C(C)/C=C/C2=C(C)C[C@H](O)CC2(C)C)C(C)(C)C[C@H]1O
FormulaC40 H56 O2
Name(1R,2S)-4-{(1E,3E,5E,7E,9E,11E,13E,15E,17E)-18-[(4S)-4-hydroxy-2,6,6-trimethylcyclohex-1-en-1-yl]-3,7,12,16-tetramethyloctadeca-1,3,5,7,9,11,13,15,17-nonaen-1-yl}-2,5,5-trimethylcyclohex-3-en-1-ol
ChEMBL
DrugBank
ZINC
PDB chain5zgb Chain 3 Residue 214 [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]
PDB5zgb Unique organization of photosystem I-light-harvesting supercomplex revealed by cryo-EM from a red alga
Resolution3.63 Å
Binding residue
(original residue number in PDB)
M60 F63 V64 F131 D132 P133 L157 A158 A161 L165
Binding residue
(residue number reindexed from 1)
M48 F51 V52 F119 D120 P121 L145 A146 A149 L153
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Dec 2 04:47:32 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 = '5zgb', asym_id = '3', bs = 'BS14', title = 'Unique organization of photosystem I-light-harve... supercomplex revealed by cryo-EM from a red alga'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='5zgb', asym_id='3', bs='BS14', title='Unique organization of photosystem I-light-harve... supercomplex revealed by cryo-EM from a red alga')
   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 = '0009765,0016020', uniprot = '', pdbid = '5zgb', asym_id = '3'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='5zgb', asym_id='3')
    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>