Structure of PDB 7piw Chain N1 Binding Site BS01

Receptor Information
>7piw Chain N1 (length=222) Species: 3046 (Dunaliella salina) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
TINQFYGPDRNKWLGPYSTNTPPYLTGEFPGDYGWDTAGLSADPETFKRY
RELELIHARWALLGALGMVTPELLQDDDGIMFGESAIWFKAGAAIFQEGG
LNYLGNPSLIHAQNIVATLAVQVVLMGLVEGYRVNGGPAGEGLDPLYPGE
AFDPLGLADDPEAFAELKVKEIKNGRLAMFACLGFFVQAIVTGKGPIENL
TDHLANPAENNAFAYATKFTPQ
Ligand information
Ligand IDCHL
InChIInChI=1S/C55H71N4O6.Mg/c1-12-38-35(8)42-27-43-36(9)40(23-24-48(61)65-26-25-34(7)22-16-21-33(6)20-15-19-32(5)18-14-17-31(3)4)52(58-43)50-51(55(63)64-11)54(62)49-37(10)44(59-53(49)50)28-46-39(13-2)41(30-60)47(57-46)29-45(38)56-42;/h12,25,27-33,36,40,51H,1,13-24,26H2,2-11H3,(H-,56,57,58,59,60,62);/q-1;+4/p-1/b34-25+;/t32-,33-,36?,40?,51-;/m1./s1
InChIKeyMWVCRINOIIOUAU-UYSPMESUSA-M
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7CCC1=C(c2cc3c(c(c4n3[Mg]56[n+]2c1cc7n5c8c(c9[n+]6c(c4)C(C9CCC(=O)OCC=C(C)CCCC(C)CCCC(C)CCCC(C)C)C)C(C(=O)c8c7C)C(=O)OC)C)C=C)C=O
OpenEye OEToolkits 2.0.7CCC1=C(c2cc3c(c(c4n3[Mg]56[n+]2c1cc7n5c8c(c9[n+]6c(c4)C(C9CCC(=O)OC/C=C(\C)/CCC[C@H](C)CCC[C@H](C)CCCC(C)C)C)[C@H](C(=O)c8c7C)C(=O)OC)C)C=C)C=O
CACTVS 3.385CCC1=C(C=O)C2=Cc3n4c(C=C5[CH](C)[CH](CCC(=O)OCC=C(C)CCC[CH](C)CCC[CH](C)CCCC(C)C)C6=[N+]5[Mg]47[N]8C(=CC1=[N+]27)C(=C9C(=O)[CH](C(=O)OC)C6=C89)C)c(C)c3C=C
CACTVS 3.385CCC1=C(C=O)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=[N@+]5[Mg]47[N@@]8C(=CC1=[N@+]27)C(=C9C(=O)[C@H](C(=O)OC)C6=C89)C)c(C)c3C=C
FormulaC55 H70 Mg N4 O6
NameCHLOROPHYLL B
ChEMBL
DrugBank
ZINC
PDB chain7piw Chain N1 Residue 601 [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]
PDB7piw Structure of Dunaliella Photosystem II reveals conformational flexibility of stacked and unstacked supercomplexes.
Resolution4.0 Å
Binding residue
(original residue number in PDB)
N46 K47 W48 L49 G50 Y68 W70 F215
Binding residue
(residue number reindexed from 1)
N11 K12 W13 L14 G15 Y33 W35 F180
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 30 05:00:05 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 = '7piw', asym_id = 'N1', bs = 'BS01', title = 'Structure of Dunaliella Photosystem II reveals c...xibility of stacked and unstacked supercomplexes.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7piw', asym_id='N1', bs='BS01', title='Structure of Dunaliella Photosystem II reveals c...xibility of stacked and unstacked supercomplexes.')
   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 = '0009765,0016020', uniprot = '', pdbid = '7piw', asym_id = 'N1'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='7piw', asym_id='N1')
    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>