Structure of PDB 6q53 Chain D Binding Site BS04

Receptor Information
>6q53 Chain D (length=57) Species: 421628 (Ectothiorhodospira haloalkaliphila) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MSEYRPSRPSNPRDDWKLWLVVNPGTWLIPLLITFLATALIVHSFVFTHE
AYNPLTY
Ligand information
Ligand IDLYC
InChIInChI=1S/C40H56/c1-33(2)19-13-23-37(7)27-17-31-39(9)29-15-25-35(5)21-11-12-22-36(6)26-16-30-40(10)32-18-28-38(8)24-14-20-34(3)4/h11-12,15-22,25-32H,13-14,23-24H2,1-10H3/b12-11+,25-15+,26-16+,31-17+,32-18+,35-21+,36-22+,37-27+,38-28+,39-29+,40-30+
InChIKeyOAIJSZIZWZSQBC-GYZMGTAESA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC(=CCC/C(=C/C=C/C(=C/C=C/C(=C/C=C/C=C(\C)/C=C/C=C(\C)/C=C/C=C(\C)/CCC=C(C)C)/C)/C)/C)C
CACTVS 3.341CC(C)=CCCC(C)=CC=CC(C)=CC=CC(C)=CC=CC=C(C)C=CC=C(C)C=CC=C(C)CCC=C(C)C
OpenEye OEToolkits 1.5.0CC(=CCCC(=CC=CC(=CC=CC(=CC=CC=C(C)C=CC=C(C)C=CC=C(C)CCC=C(C)C)C)C)C)C
CACTVS 3.341CC(C)=CCC\C(C)=C\C=C\C(C)=C\C=C\C(C)=C\C=C\C=C(C)\C=C\C=C(C)\C=C\C=C(/C)CCC=C(C)C
ACDLabs 10.04C(\C=C\C=C(\CC/C=C(\C)C)C)(=C/C=C/C(=C/C=C/C=C(/C=C/C=C(/C=C/C=C(\C)CC\C=C(/C)C)C)C)C)C
FormulaC40 H56
NameLYCOPENE
ChEMBLCHEMBL501174
DrugBankDB11231
ZINCZINC000008214943
PDB chain6q53 Chain E Residue 101 [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]
PDB6q53 Controlling Photosynthetic Excitons by Selective Pigment Photooxidation.
Resolution3.701 Å
Binding residue
(original residue number in PDB)
F35 V42
Binding residue
(residue number reindexed from 1)
F35 V42
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 21:27:30 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 = '6q53', asym_id = 'D', bs = 'BS04', title = 'Controlling Photosynthetic Excitons by Selective Pigment Photooxidation.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6q53', asym_id='D', bs='BS04', title='Controlling Photosynthetic Excitons by Selective Pigment Photooxidation.')
   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 = '0016020,0019684,0030077,0045156', uniprot = '', pdbid = '6q53', asym_id = 'D'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016020,0019684,0030077,0045156', uniprot='', pdbid='6q53', 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>