Structure of PDB 6zzx Chain 7 Binding Site BS18

Receptor Information
>6zzx Chain 7 (length=221) Species: 2649997 (Chlorella ohadii) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
VRELWFPGNKEVVPDYLDGSLVGDHGFDPLGLGSSPEQLSWNVHAEIFHG
RLAMTGVAGILLTSLLHKGGADVPEWFEAGRVYLDRNPNVDFGALLFSTI
VMSGFVEFKRLNDIRNPGSQGSGILPEDFKGVGGPQGRTVGGPYVGGRYF
DPMGLCRGSPEQTLKYKWNEIRNGRLAMMAFLGFAAQYAATGKGPIDNLV
DHVADPFHTTFVHNGVSVPFI
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 chain6zzx Chain 7 Residue 807 [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]
PDB6zzx Cryo-EM photosystem I structure reveals adaptation mechanisms to extreme high light in Chlorella ohadii.
Resolution2.7 Å
Binding residue
(original residue number in PDB)
E42 Q43 S45 W46 H49 I119 P122 R143 G147
Binding residue
(residue number reindexed from 1)
E37 Q38 S40 W41 H44 I114 P117 R138 G142
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 22:22:28 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 = '6zzx', asym_id = '7', bs = 'BS18', title = 'Cryo-EM photosystem I structure reveals adaptati...anisms to extreme high light in Chlorella ohadii.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6zzx', asym_id='7', bs='BS18', title='Cryo-EM photosystem I structure reveals adaptati...anisms to extreme high light in Chlorella ohadii.')
   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 = '6zzx', asym_id = '7'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='6zzx', asym_id='7')
    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>