Structure of PDB 8wey Chain 5 Binding Site BS16

Receptor Information
>8wey Chain 5 (length=183) Species: 2771 (Cyanidium caldarium) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
QAPSGAAMPSMPFLKRPSKLDGSLPGGEGCFDPLGFTEVFSLEWMREAEV
KHCRVAMLAVLGVIAQEFGTLDFYHAQSKLQLSPDLHNQFVQNGALQQVL
LFVCAWEFFVGLPALIESLEGRREPGYFGFDPLKLGGTYGSAQWKRMAAG
ELRNGRLAMIAFGGFFHQQLLTKQGIIEQLTHF
Ligand information
Ligand ID5X6
InChIInChI=1S/C40H56O2/c1-29(17-13-19-31(3)21-23-37-33(5)25-35(41)27-39(37,7)8)15-11-12-16-30(2)18-14-20-32(4)22-24-38-34(6)26-36(42)28-40(38,9)10/h11-24,35-36,41-42H,25-28H2,1-10H3/b12-11+,17-13+,18-14+,23-21+,24-22+,29-15+,30-16+,31-19+,32-20+/t35-,36-/m1/s1
InChIKeyJKQXZKUSFCKOGQ-QAYBQHTQSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.4CC1=C(C(CC(C1)O)(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.385CC(=C/C=C/C=C(C)/C=C/C=C(C)/C=C/C1=C(C)C[C@@H](O)CC1(C)C)\C=C\C=C(C)\C=C\C2=C(C)C[C@@H](O)CC2(C)C
OpenEye OEToolkits 2.0.4CC1=C(C(C[C@@H](C1)O)(C)C)/C=C/C(=C/C=C/C(=C/C=C/C=C(/C=C/C=C(/C=C/C2=C(C[C@H](CC2(C)C)O)C)\C)\C)/C)/C
CACTVS 3.385CC(=CC=CC=C(C)C=CC=C(C)C=CC1=C(C)C[CH](O)CC1(C)C)C=CC=C(C)C=CC2=C(C)C[CH](O)CC2(C)C
FormulaC40 H56 O2
Name(1~{R})-3,5,5-trimethyl-4-[(1~{E},3~{E},5~{E},7~{E},9~{E},11~{E},13~{E},15~{E},17~{E})-3,7,12,16-tetramethyl-18-[(4~{R} )-2,6,6-trimethyl-4-oxidanyl-cyclohexen-1-yl]octadeca-1,3,5,7,9,11,13,15,17-nonaenyl]cyclohex-3-en-1-ol;
Zeaxanthin
ChEMBL
DrugBank
ZINC
PDB chain8wey Chain 5 Residue 315 [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]
PDB8wey Structure of PSI-LHCI from Cyanidium caldarium provides evolutionary insights into conservation and diversity of red-lineage LHCs
Resolution1.92 Å
Binding residue
(original residue number in PDB)
F163 D164 P165 L166 L190 A194 F198 Q201
Binding residue
(residue number reindexed from 1)
F130 D131 P132 L133 L157 A161 F165 Q168
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 15:53: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 = '8wey', asym_id = '5', bs = 'BS16', title = 'Structure of PSI-LHCI from Cyanidium caldarium p...to conservation and diversity of red-lineage LHCs'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8wey', asym_id='5', bs='BS16', title='Structure of PSI-LHCI from Cyanidium caldarium p...to conservation and diversity of red-lineage LHCs')
   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 = '8wey', asym_id = '5'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='8wey', asym_id='5')
    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>