Structure of PDB 8jzf Chain D Binding Site BS04

Receptor Information
>8jzf Chain D (length=160) Species: 2949 (Symbiodinium) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
FENELGVQAPTGFFDPLGLSSDGSIDNFKRRRASEIKHGRVAMLATMGYM
TPEITGKFPGYLSYSQSIKFADVPNGLAAMSKVPVLGWAQVAAYGAVCEL
SQDQSPGTPGAAGDFGFKVITSEDEETLKRKLNSELANGRLAMMAIIGLF
FQDGLTGGAY
Ligand information
Ligand IDPID
InChIInChI=1S/C39H50O7/c1-26(16-17-33-35(4,5)24-32(44-28(3)40)25-37(33,8)43)14-12-10-11-13-15-27(2)20-31-21-29(34(42)45-31)18-19-39-36(6,7)22-30(41)23-38(39,9)46-39/h10-16,18-21,30,32,41,43H,22-25H2,1-9H3/b12-10+,13-11+,19-18+,26-14+,27-15+,31-20-/t17-,30-,32-,37+,38+,39-/m0/s1
InChIKeyUYRDHEJRPVSJFM-FROCQLDGSA-N
SMILES
SoftwareSMILES
CACTVS 3.341CC(=O)O[CH]1CC(C)(C)[C](=[C]=[CH]C(C)=CC=CC=CC=C(C)C=C2OC(=O)C(=C2)C=C[C]34O[C]3(C)C[CH](O)CC4(C)C)[C](C)(O)C1
OpenEye OEToolkits 1.5.0CC(=CC=CC=CC=C(C)C=C1C=C(C(=O)O1)C=CC23C(CC(CC2(O3)C)O)(C)C)C=C=C4C(CC(CC4(C)O)OC(=O)C)(C)C
OpenEye OEToolkits 1.5.0CC(=C\C=C\C=C\C=C(/C)\C=C/1\C=C(C(=O)O1)\C=C\[C@]23C(C[C@@H](C[C@]2(O3)C)O)(C)C)C=C=C4C(C[C@@H](C[C@@]4(C)O)OC(=O)C)(C)C
ACDLabs 10.04O=C(OC4CC(\C(=C=C\C(=C\C=C\C=C\C=C(\C=C1/OC(=O)C(=C1)/C=C/C23OC3(C)CC(O)CC2(C)C)C)C)C(O)(C)C4)(C)C)C
CACTVS 3.341CC(=O)O[C@H]1CC(C)(C)[C](=[C@]=[CH]/C(C)=C/C=C/C=C/C=C(C)/C=C/2OC(=O)C(=C/2)/C=C/[C@@]34O[C@]3(C)C[C@@H](O)CC4(C)C)[C@](C)(O)C1
FormulaC39 H50 O7
NamePERIDININ
ChEMBL
DrugBank
ZINC
PDB chain8jzf Chain D Residue 305 [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]
PDB8jzf Structures and organizations of PSI-AcpPCI supercomplexes from red tidal and coral symbiotic photosynthetic dinoflagellates.
Resolution2.7 Å
Binding residue
(original residue number in PDB)
M71 T74 M75 F143 A175 A178 L182 Q185
Binding residue
(residue number reindexed from 1)
M43 T46 M47 F115 A142 A145 L149 Q152
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 04:45:27 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 = '8jzf', asym_id = 'D', bs = 'BS04', title = 'Structures and organizations of PSI-AcpPCI super...d coral symbiotic photosynthetic dinoflagellates.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8jzf', asym_id='D', bs='BS04', title='Structures and organizations of PSI-AcpPCI super...d coral symbiotic photosynthetic dinoflagellates.')
   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 = '8jzf', asym_id = 'D'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='8jzf', asym_id='D')
    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>