Structure of PDB 6j3z Chain D Binding Site BS08

Receptor Information
>6j3z Chain D (length=341) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
RGLFDLVDDWLKKDRFVFVGWSGLLLFPTAYLAAGGWMTGTTFVTSWYTH
GLASSYLEGCNFLTAAVSTPANSVGHSLLLLWGPEAQGDFTRWCQIGGLW
TFVALHGAFGLIGFCLRQFEIARLVGIRPYNAIAFSGPIAVFVSVFLLYP
LGQASWFFAPSFGVAAIFRFLLFLQGFHNWTLNPFHMMGVAGILGGALLC
AIHGATVENTLFEDGDAANTFRAFTPTQSEETYSMVTANRFWSQIFGVAF
SNKRWLHFFMLFVPVTGLWTSSIGIVGLALNLRAYDFVSQELRAAEDPEF
ETFYTKNHLLDEGIRAWMAAQDQPHENFVFPEEVLPRGNAL
Ligand information
Ligand IDPHO
InChIInChI=1S/C55H74N4O5/c1-13-39-35(8)42-28-44-37(10)41(24-25-48(60)64-27-26-34(7)23-17-22-33(6)21-16-20-32(5)19-15-18-31(3)4)52(58-44)50-51(55(62)63-12)54(61)49-38(11)45(59-53(49)50)30-47-40(14-2)36(9)43(57-47)29-46(39)56-42/h13,26,28-33,37,41,51,56,59H,1,14-25,27H2,2-12H3/b34-26+,42-28-,43-29-,44-28-,45-30-,46-29-,47-30-,52-50-/t32-,33-,37+,41+,51-/m1/s1
InChIKeyCQIKWXUXPNUNDV-RCBXBCQGSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6CCC1=C(c2cc3c(c(c([nH]3)cc4nc(c5c6c(c(c([nH]6)cc1n2)C)C(=O)C5C(=O)OC)C(C4C)CCC(=O)OCC=C(C)CCCC(C)CCCC(C)CCCC(C)C)C)C=C)C
CACTVS 3.370CCc1c(C)c2cc3[nH]c(cc4nc([C@@H](CCC(=O)OC\C=C(/C)CCC[C@H](C)CCC[C@H](C)CCCC(C)C)[C@@H]4C)c5[C@@H](C(=O)OC)C(=O)c6c(C)c([nH]c56)cc1n2)c(C)c3C=C
ACDLabs 12.01O=C(OC\C=C(/C)CCCC(C)CCCC(C)CCCC(C)C)CCC6c4nc(cc1c(c(\C=C)c(n1)cc5nc(cc3c(c2C(=O)C(c4c2n3)C(=O)OC)C)C(=C5C)CC)C)C6C
OpenEye OEToolkits 1.7.6CCC1=C(/c/2c/c3c(c(c([nH]3)/cc/4\nc(c5c6c(c(/c(/[nH]6)c/c1n2)C)C(=O)[C@@H]5C(=O)OC)[C@H]([C@@H]4C)CCC(=O)OC/C=C(\C)/CCC[C@H](C)CCC[C@H](C)CCCC(C)C)C)C=C)C
CACTVS 3.370CCc1c(C)c2cc3[nH]c(cc4nc([CH](CCC(=O)OCC=C(C)CCC[CH](C)CCC[CH](C)CCCC(C)C)[CH]4C)c5[CH](C(=O)OC)C(=O)c6c(C)c([nH]c56)cc1n2)c(C)c3C=C
FormulaC55 H74 N4 O5
NamePHEOPHYTIN A
ChEMBLCHEMBL3349047
DrugBank
ZINC
PDB chain6j3z Chain D Residue 403 [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]
PDB6j3z Structural basis for energy harvesting and dissipation in a diatom PSII-FCPII supercomplex.
Resolution3.6 Å
Binding residue
(original residue number in PDB)
A40 W47 G120 L121 Q128 N141 F145 P148 F172 L278
Binding residue
(residue number reindexed from 1)
A30 W37 G110 L111 Q118 N131 F135 P138 F162 L268
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 29 01:49:49 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 = '6j3z', asym_id = 'D', bs = 'BS08', title = 'Structural basis for energy harvesting and dissipation in a diatom PSII-FCPII supercomplex.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6j3z', asym_id='D', bs='BS08', title='Structural basis for energy harvesting and dissipation in a diatom PSII-FCPII supercomplex.')
   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 = '0009523,0009772,0015979,0016020,0019684,0045156', uniprot = '', pdbid = '6j3z', asym_id = 'D'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009523,0009772,0015979,0016020,0019684,0045156', uniprot='', pdbid='6j3z', 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>