Structure of PDB 7pqd Chain BA Binding Site BS01

Receptor Information
>7pqd Chain BA (length=43) Species: 272943 (Cereibacter sphaeroides 2.4.1) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
LGYTGLTDEQAQELHSVYMSGLWLFSAVAIVAHLAVYIWRPWF
Ligand information
Ligand IDBCL
InChIInChI=1S/C55H75N4O6.Mg/c1-13-39-34(7)41-29-46-48(38(11)60)36(9)43(57-46)27-42-35(8)40(52(58-42)50-51(55(63)64-12)54(62)49-37(10)44(59-53(49)50)28-45(39)56-41)23-24-47(61)65-26-25-33(6)22-16-21-32(5)20-15-19-31(4)18-14-17-30(2)3;/h25,27-32,34-35,39-40,51H,13-24,26H2,1-12H3,(H-,56,57,58,59,60,62);/q-1;+2/p-1/b33-25+;/t31-,32-,34-,35+,39-,40+,51-;/m1./s1
InChIKeyDSJXIQQMORJERS-AGGZHOMASA-M
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7CC[C@@H]1[C@H](C2=CC3=C(C(=C4[N-]3[Mg+2]56[N]2=C1C=C7[N-]5C8=C([C@H](C(=O)C8=C7C)C(=O)OC)C9=[N]6C(=C4)[C@H]([C@@H]9CCC(=O)OC/C=C(\C)/CCC[C@H](C)CCC[C@H](C)CCCC(C)C)C)C)C(=O)C)C
CACTVS 3.385[Mg++].CC[CH]1[CH](C)C2=Cc3[n-]c(C=C4N=C([CH](CCC(=O)OCC=C(C)CCC[CH](C)CCC[CH](C)CCCC(C)C)[CH]4C)C5=C6[N-]C(=CC1=N2)C(=C6C(=O)[CH]5C(=O)OC)C)c(C)c3C(C)=O
CACTVS 3.385[Mg++].CC[C@@H]1[C@@H](C)C2=Cc3[n-]c(C=C4N=C([C@@H](CCC(=O)OC\C=C(/C)CCC[C@H](C)CCC[C@H](C)CCCC(C)C)[C@@H]4C)C5=C6[N-]C(=CC1=N2)C(=C6C(=O)[C@@H]5C(=O)OC)C)c(C)c3C(C)=O
OpenEye OEToolkits 2.0.7CCC1C(C2=CC3=C(C(=C4[N-]3[Mg+2]56[N]2=C1C=C7[N-]5C8=C(C(C(=O)C8=C7C)C(=O)OC)C9=[N]6C(=C4)C(C9CCC(=O)OCC=C(C)CCCC(C)CCCC(C)CCCC(C)C)C)C)C(=O)C)C
FormulaC55 H74 Mg N4 O6
NameBACTERIOCHLOROPHYLL A
ChEMBL
DrugBankDB01853
ZINC
PDB chain7pqd Chain AA Residue 1001 [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]
PDB7pqd Cryo-EM structure of the dimeric Rhodobacter sphaeroides RC-LH1 core complex at 2.9 angstrom : the structural basis for dimerisation.
Resolution2.9 Å
Binding residue
(original residue number in PDB)
F31 A35 A38 H39
Binding residue
(residue number reindexed from 1)
F25 A29 A32 H33
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 23:57:56 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 = '7pqd', asym_id = 'BA', bs = 'BS01', title = 'Cryo-EM structure of the dimeric Rhodobacter sph...ngstrom : the structural basis for dimerisation. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7pqd', asym_id='BA', bs='BS01', title='Cryo-EM structure of the dimeric Rhodobacter sph...ngstrom : the structural basis for dimerisation. ')
   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 = '7pqd', asym_id = 'BA'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016020,0019684,0030077,0045156', uniprot='', pdbid='7pqd', asym_id='BA')
    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>