Structure of PDB 8wey Chain B Binding Site BS48

Receptor Information
>8wey Chain B (length=730) Species: 2771 (Cyanidium caldarium) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
TTKFPKFSQALASDPTTRRIWYGIATAHDFETHDGMTEENLYQKIFASHF
GHLALIFLWTSGNLFHVAWQGNFEQWIANPLKTKPLAHAIWDPHFGQAAL
KAFTRGETVANISYSGLYHWWYTIGLRNNVELYSGALGLLVLSAVFLLAG
WLHIQPKFKPSLSWFKNNESRLNHHLAGLFGVSSLAWTGHLVHVAIPASR
GQHVGWDNFISVAPHPAGLQPFFTGNWSVYAQSPDSMQHVFGTNQGAGTA
ILTFLGGFHPQTQSLWLTDMAHHHLAIAVIFIVAGHMYRTNFGIGHNLKT
ILEAHRPPSGRLGKGHIGIYQTLTNSLHFQLGLALACLSVVTSLVAQHMY
AMPPYAYMAYDYVTQAALYTHHQYIAGLLIVGAFAHGAIFFIRDYDPEQN
QDNVLARMLTHKEAIISHLSWVSLFLGFHTLGLYVHNDVVVAFGNPEKQI
LIEPIFAQWIQATSGKALYGFHVLLSSSTSNATTAAQQLWLPGWLEAINN
ESNSLFLTIGPGDFLVHHAIALGLHTTTLILVKGALDARGSKLMPDKKDF
GYSFPCDGPGRGGTCDISAWDAFYLAMFWMLNTIGWITFYWHWKHLSLWQ
GNVAQFNESSTYLMGWLRDYLWLNSSPLINGYNPYGMNSLSVWAWMFLFA
HLVWATGFMFLISWRGYWQELIETLAWAHERTPLANLIKWKDKPVALSIV
QARLVGLVHFTVGYILTYAAFVIASTAGKF
Ligand information
Ligand IDPQN
InChIInChI=1S/C31H46O2/c1-22(2)12-9-13-23(3)14-10-15-24(4)16-11-17-25(5)20-21-27-26(6)30(32)28-18-7-8-19-29(28)31(27)33/h7-8,18-20,22-24H,9-17,21H2,1-6H3/b25-20+/t23-,24-/m1/s1
InChIKeyMBWXNTAXLNYFJB-NKFFZRIASA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC1=C(C(=O)c2ccccc2C1=O)CC=C(C)CCCC(C)CCCC(C)CCCC(C)C
ACDLabs 10.04O=C2c1c(cccc1)C(=O)C(=C2C)C\C=C(/C)CCCC(C)CCCC(C)CCCC(C)C
OpenEye OEToolkits 1.5.0CC1=C(C(=O)c2ccccc2C1=O)C\C=C(/C)\CCC[C@H](C)CCC[C@H](C)CCCC(C)C
CACTVS 3.341CC(C)CCC[CH](C)CCC[CH](C)CCCC(C)=CCC1=C(C)C(=O)c2ccccc2C1=O
CACTVS 3.341CC(C)CCC[C@@H](C)CCC[C@@H](C)CCCC(/C)=C/CC1=C(C)C(=O)c2ccccc2C1=O
FormulaC31 H46 O2
NamePHYLLOQUINONE;
VITAMIN K1;
2-METHYL-3-PHYTYL-1,4-NAPHTHOQUINONE
ChEMBLCHEMBL1550
DrugBankDB01022
ZINCZINC000003831332
PDB chain8wey Chain B Residue 842 [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)
M660 F661 S664 W665 R666 W669 A697 L698 A703
Binding residue
(residue number reindexed from 1)
M659 F660 S663 W664 R665 W668 A696 L697 A702
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 23 03:01:11 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 = 'B', bs = 'BS48', 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='B', bs='BS48', 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 = '0009522,0009579,0015979,0016020', uniprot = '', pdbid = '8wey', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009522,0009579,0015979,0016020', uniprot='', pdbid='8wey', asym_id='B')
    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>