Structure of PDB 7coy Chain cI Binding Site BS04

Receptor Information
>7coy Chain cI (length=30) Species: 329726 (Acaryochloris marina MBIC11017) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SDILPAIMTPLVVLIGGGAAMTAFFYYVER
Ligand information
Ligand IDCL7
InChIInChI=1S/C54H72N4O6.Mg/c1-12-38-34(7)42-27-46-40(29-59)36(9)41(56-46)26-43-35(8)39(51(57-43)49-50(54(62)63-11)53(61)48-37(10)44(58-52(48)49)28-45(38)55-42)22-23-47(60)64-25-24-33(6)21-15-20-32(5)19-14-18-31(4)17-13-16-30(2)3;/h24,26-32,35,39,50H,12-23,25H2,1-11H3,(H2-2,55,56,57,58,59,61);/q-2;+4/p-2/b33-24+,43-26-;/t31-,32-,35+,39+,50-;/m1./s1
InChIKeyFBCRYORFRGRJBC-ACDPFEIMSA-L
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.5CCC1=C(C2=Cc3c(c(c4n3[Mg]56N2C1=Cc7n5c8c(c7C)C(=O)[C@@H](C8=C9N6C(=C4)[C@H]([C@@H]9CCC(=O)OC/C=C(\C)/CCC[C@H](C)CCC[C@H](C)CCCC(C)C)C)C(=O)OC)C)C=O)C
CACTVS 3.385CCC1=C(C)C2=Cc3n4c(C=C5[C@@H](C)[C@H](CCC(=O)OC\C=C(C)\CCC[C@H](C)CCC[C@H](C)CCCC(C)C)C6=C7[C@@H](C(=O)OC)C(=O)c8c(C)c9C=C1[N@@]2[Mg]4([N@@]56)n9c78)c(C)c3C=O
OpenEye OEToolkits 1.7.5CCC1=C(C2=Cc3c(c(c4n3[Mg]56N2C1=Cc7n5c8c(c7C)C(=O)C(C8=C9N6C(=C4)C(C9CCC(=O)OCC=C(C)CCCC(C)CCCC(C)CCCC(C)C)C)C(=O)OC)C)C=O)C
CACTVS 3.385CCC1=C(C)C2=Cc3n4c(C=C5[CH](C)[CH](CCC(=O)OCC=C(C)CCC[CH](C)CCC[CH](C)CCCC(C)C)C6=C7[CH](C(=O)OC)C(=O)c8c(C)c9C=C1[N]2[Mg]4([N]56)n9c78)c(C)c3C=O
FormulaC54 H70 Mg N4 O6
NameCHLOROPHYLL D
ChEMBL
DrugBank
ZINC
PDB chain7coy Chain cB Residue 826 [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]
PDB7coy Structure of the far-red light utilizing photosystem I of Acaryochloris marina.
Resolution2.5 Å
Binding residue
(original residue number in PDB)
F27 E31
Binding residue
(residue number reindexed from 1)
F25 E29
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 05:47:08 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 = '7coy', asym_id = 'cI', bs = 'BS04', title = 'Structure of the far-red light utilizing photosystem I of Acaryochloris marina.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7coy', asym_id='cI', bs='BS04', title='Structure of the far-red light utilizing photosystem I of Acaryochloris marina.')
   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,0015979', uniprot = '', pdbid = '7coy', asym_id = 'cI'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009522,0015979', uniprot='', pdbid='7coy', asym_id='cI')
    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>