Structure of PDB 8hlv Chain A Binding Site BS18

Receptor Information
>8hlv Chain A (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 ID0IE
InChIInChI=1S/C40H56O4/c1-28(16-12-17-30(3)20-21-36-31(4)22-34(42)25-39(36,6)7)14-10-11-15-29(2)18-13-19-33(27-41)38(44)24-37-32(5)23-35(43)26-40(37,8)9/h10-22,34-36,41-43H,23-27H2,1-9H3/b11-10+,16-12+,18-13+,21-20+,28-14+,29-15+,30-17+,33-19+/t34-,35+,36-/m0/s1
InChIKeySUCKEYMKNGZJHK-ZARIWKGHSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7CC1=C(C(C[C@@H](C1)O)(C)C)CC(=O)/C(=C/C=C/C(=C/C=C/C=C(\C)/C=C/C=C(\C)/C=C/[C@H]2C(=C[C@@H](CC2(C)C)O)C)/C)/CO
CACTVS 3.385CC1=C(CC(=O)/C(CO)=C/C=C/C(C)=C/C=C/C=C(C)/C=C/C=C(C)/C=C/[C@H]2C(=C[C@H](O)CC2(C)C)C)C(C)(C)C[C@H](O)C1
CACTVS 3.385CC1=C(CC(=O)C(CO)=CC=CC(C)=CC=CC=C(C)C=CC=C(C)C=C[CH]2C(=C[CH](O)CC2(C)C)C)C(C)(C)C[CH](O)C1
OpenEye OEToolkits 2.0.7CC1=C(C(CC(C1)O)(C)C)CC(=O)C(=CC=CC(=CC=CC=C(C)C=CC=C(C)C=CC2C(=CC(CC2(C)C)O)C)C)CO
FormulaC40 H56 O4
NameSiphonaxanthin
ChEMBLCHEMBL5287816
DrugBank
ZINCZINC000085886125
PDB chain8hlv Chain B Residue 303 [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]
PDB8hlv Structural and functional properties of different types of siphonous LHCII trimers from an intertidal green alga Bryopsis corticulans.
Resolution2.55 Å
Binding residue
(original residue number in PDB)
C117 V121
Binding residue
(residue number reindexed from 1)
C117 V121
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 22:47:19 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 = '8hlv', asym_id = 'A', 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='8hlv', asym_id='A', 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 = '8hlv', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='8hlv', asym_id='A')
    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>