Structure of PDB 8bd3 Chain 0 Binding Site BS09

Receptor Information
>8bd3 Chain 0 (length=217) Species: 2649997 (Chlorella ohadii) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
EFYGPDRVKFLGPFSGNTPSYLKGEYPGDYGWDTAGLSADPETFARYREL
EVIHARWAMLGALGCVTPELLQRNGAANFGEAVWFKAGAQIFQEGGLDYL
GNPNLVHAQSIVAILLTQVVLMGLIEGYRVNGGPAGEVVDPIYPGEAFDP
LGLADDPDTLAELKVKEIKNGRLAMVSMFGFFIQAIVTGKGPVQNLSDHL
ASPSTDNFYSLYAKTLA
Ligand information
Ligand IDCHL
InChIInChI=1S/C55H71N4O6.Mg/c1-12-38-35(8)42-27-43-36(9)40(23-24-48(61)65-26-25-34(7)22-16-21-33(6)20-15-19-32(5)18-14-17-31(3)4)52(58-43)50-51(55(63)64-11)54(62)49-37(10)44(59-53(49)50)28-46-39(13-2)41(30-60)47(57-46)29-45(38)56-42;/h12,25,27-33,36,40,51H,1,13-24,26H2,2-11H3,(H-,56,57,58,59,60,62);/q-1;+4/p-1/b34-25+;/t32-,33-,36?,40?,51-;/m1./s1
InChIKeyMWVCRINOIIOUAU-UYSPMESUSA-M
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7CCC1=C(c2cc3c(c(c4n3[Mg]56[n+]2c1cc7n5c8c(c9[n+]6c(c4)C(C9CCC(=O)OCC=C(C)CCCC(C)CCCC(C)CCCC(C)C)C)C(C(=O)c8c7C)C(=O)OC)C)C=C)C=O
OpenEye OEToolkits 2.0.7CCC1=C(c2cc3c(c(c4n3[Mg]56[n+]2c1cc7n5c8c(c9[n+]6c(c4)C(C9CCC(=O)OC/C=C(\C)/CCC[C@H](C)CCC[C@H](C)CCCC(C)C)C)[C@H](C(=O)c8c7C)C(=O)OC)C)C=C)C=O
CACTVS 3.385CCC1=C(C=O)C2=Cc3n4c(C=C5[CH](C)[CH](CCC(=O)OCC=C(C)CCC[CH](C)CCC[CH](C)CCCC(C)C)C6=[N+]5[Mg]47[N]8C(=CC1=[N+]27)C(=C9C(=O)[CH](C(=O)OC)C6=C89)C)c(C)c3C=C
CACTVS 3.385CCC1=C(C=O)C2=Cc3n4c(C=C5[C@H](C)[C@H](CCC(=O)OC\C=C(/C)CCC[C@H](C)CCC[C@H](C)CCCC(C)C)C6=[N@+]5[Mg]47[N@@]8C(=CC1=[N@+]27)C(=C9C(=O)[C@H](C(=O)OC)C6=C89)C)c(C)c3C=C
FormulaC55 H70 Mg N4 O6
NameCHLOROPHYLL B
ChEMBL
DrugBank
ZINC
PDB chain8bd3 Chain 0 Residue 609 [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]
PDB8bd3 Structure of Chlorella ohadii Photosystem II Reveals Protective Mechanisms against Environmental Stress.
Resolution2.73 Å
Binding residue
(original residue number in PDB)
E88 L89 I92 H93 W96 Q157 M161 G162 E165 R168
Binding residue
(residue number reindexed from 1)
E49 L50 I53 H54 W57 Q118 M122 G123 E126 R129
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 19:37:02 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 = '8bd3', asym_id = '0', bs = 'BS09', title = 'Structure of Chlorella ohadii Photosystem II Rev...otective Mechanisms against Environmental Stress.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8bd3', asym_id='0', bs='BS09', title='Structure of Chlorella ohadii Photosystem II Rev...otective Mechanisms against Environmental Stress.')
   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 = '8bd3', asym_id = '0'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='8bd3', asym_id='0')
    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>