Structure of PDB 8hq8 Chain D Binding Site BS18

Receptor Information
>8hq8 Chain D (length=223) Species: 325651 (Bryopsis corticulans) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
VEFYGPDRALWLGPYSEGAVPSYLTGEFPGDYGWDSAGLSADPETFAANR
ELELIHARWAMLGTVGCLTPEALEKYGGVEFGEAVWFKAGSQIFAEGGLD
YLGNPSLVHAQSILAICWTQVVLMGLAEGYRCSGGPLGEATDPLYPGEAF
DPMGMADDPETFAELKTKEIKNGRLAMFAMFGFFVQSLQTGKGPVECWAE
HIADPVANNGFVYATKFFGAQIF
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 chain8hq8 Chain E Residue 310 [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]
PDB8hq8 Structural and functional properties of different types of siphonous LHCII trimers from an intertidal green alga Bryopsis corticulans.
Resolution2.6 Å
Binding residue
(original residue number in PDB)
A214 F217 F223
Binding residue
(residue number reindexed from 1)
A214 F217 F223
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 21:56:21 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 = '8hq8', asym_id = 'D', bs = 'BS18', title = 'Structural and functional properties of differen...m an intertidal green alga Bryopsis corticulans. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8hq8', asym_id='D', bs='BS18', title='Structural and functional properties of differen...m an intertidal green alga Bryopsis corticulans. ')
   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 = '8hq8', asym_id = 'D'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='8hq8', 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>