Structure of PDB 7vy3 Chain M Binding Site BS09

Receptor Information
>7vy3 Chain M (length=306) Species: 39723 (Cereibacter sphaeroides f. sp. denitrificans) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AEYQNIFTQVQVRGPADLGMTEDVNLANRSGVGPFSTLLGWFGNAQLGPI
YLGSLGVLSLFSGLMWFFTIGIWFWYQAGWNPAVFLRDLFFFSLEPPAPE
YGLSFAAPLKEGGLWLIASFFMFVAVWSWWGRTYLRAQALGMGKHTAWAF
LSAIWLWMVLGFIRPILMGSWSEAVPYGIFSHLDWTNNFSLVHGNLFYNP
FHGLSIAFLYGSALLFAMHGATILAVSRFGGERELEQIADRGTAAERAAL
FWRWTMGFNATMEGIHRWAIWMAVLVTLTGGIGILLSGTVVDNWYVWGQN
HGMAPL
Ligand information
Ligand IDSPO
InChIInChI=1S/C41H60O/c1-34(2)20-14-23-37(5)26-17-29-38(6)27-15-24-35(3)21-12-13-22-36(4)25-16-28-39(7)30-18-31-40(8)32-19-33-41(9,10)42-11/h12-13,15-16,18-22,24-28,30-32H,14,17,23,29,33H2,1-11H3/b13-12+,24-15+,25-16+,30-18+,32-19+,35-21+,36-22-,37-26+,38-27+,39-28+,40-31+
InChIKeyFJOCMTHZSURUFA-KXCOHNEYSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC(=CCCC(=CCCC(=CC=CC(=CC=CC=C(C)C=CC=C(C)C=CC=C(C)C=CCC(C)(C)OC)C)C)C)C
CACTVS 3.341COC(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)CC\C=C(/C)CCC=C(C)C
CACTVS 3.341COC(C)(C)CC=CC(C)=CC=CC(C)=CC=CC(C)=CC=CC=C(C)C=CC=C(C)CCC=C(C)CCC=C(C)C
ACDLabs 10.04O(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)CC\C=C(/C)C)C)C)C)C)(C)C)C
OpenEye OEToolkits 1.5.0CC(=CCCC(=CCC/C(=C/C=CC(=CC=C\C=C(\C)/C=C/C=C(\C)/C=C/C=C(\C)/C=CCC(C)(C)OC)C)/C)C)C
FormulaC41 H60 O
NameSPHEROIDENE
ChEMBL
DrugBank
ZINCZINC000064446704
PDB chain7vy3 Chain M Residue 405 [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]
PDB7vy3 Asymmetric structure of the native Rhodobacter sphaeroides dimeric LH1-RC complex.
Resolution2.63 Å
Binding residue
(original residue number in PDB)
F67 I70 G71 W75 F105 L116 S119 F120 W157 G161 W171 V175 Y177 H182
Binding residue
(residue number reindexed from 1)
F67 I70 G71 W75 F105 L116 S119 F120 W157 G161 W171 V175 Y177 H182
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Tue Nov 26 14:40:16 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 = '7vy3', asym_id = 'M', bs = 'BS09', title = 'Asymmetric structure of the native Rhodobacter sphaeroides dimeric LH1-RC complex.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7vy3', asym_id='M', bs='BS09', title='Asymmetric structure of the native Rhodobacter sphaeroides dimeric LH1-RC complex.')
   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 = '0009772,0019684,0030077,0045156', uniprot = '', pdbid = '7vy3', asym_id = 'M'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009772,0019684,0030077,0045156', uniprot='', pdbid='7vy3', asym_id='M')
    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>