Structure of PDB 7pin Chain r1 Binding Site BS01

Receptor Information
>7pin Chain r1 (length=196) Species: 3046 (Dunaliella salina) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SLSYLDGHLPGDMGFDPLHLSSPTVSLQIGVDEEDQNQAQNKKGDVEAIF
RPEVFGLARFRETEVIHGRWAMLGTLGAIVGEAATGVSWVDAGKVELDGA
QYLGQSLPFSISQLIWIEAILVGGVEVLRNNELDLEKRIYPGGAFDPLNL
ADEEDEEKSFRLKTAEIKHGRLAMVAFLGFGIQAAATGEGALGSLA
Ligand information
Ligand ID4RF
InChIInChI=1S/C51H98O6/c1-4-7-10-13-16-19-22-25-28-31-34-37-40-43-49(52)55-46-48(57-51(54)45-42-39-36-33-30-27-24-21-18-15-12-9-6-3)47-56-50(53)44-41-38-35-32-29-26-23-20-17-14-11-8-5-2/h48H,4-47H2,1-3H3
InChIKeyPVNIQBQSYATKKL-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.385
OpenEye OEToolkits 1.9.2
CCCCCCCCCCCCCCCC(=O)OCC(COC(=O)CCCCCCCCCCCCCCC)OC(=O)CCCCCCCCCCCCCCC
ACDLabs 12.01C(CCCCCCCCC)CCCCCC(OCC(OC(CCCCCCCCCCCCCCC)=O)COC(=O)CCCCCCCCCCCCCCC)=O
FormulaC51 H98 O6
NameTripalmitoylglycerol;
propane-1,2,3-triyl trihexadecanoate
ChEMBLCHEMBL2002154
DrugBank
ZINCZINC000008214701
PDB chain7pin Chain I1 Residue 102 [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]
PDB7pin Structure of Dunaliella Photosystem II reveals conformational flexibility of stacked and unstacked supercomplexes.
Resolution3.6 Å
Binding residue
(original residue number in PDB)
F182 S183 S185 Q186 W189
Binding residue
(residue number reindexed from 1)
F109 S110 S112 Q113 W116
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 18:51:31 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 = '7pin', asym_id = 'r1', 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='7pin', asym_id='r1', 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 = '7pin', asym_id = 'r1'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='7pin', asym_id='r1')
    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>