Structure of PDB 8ifu Chain C Binding Site BS03

Receptor Information
>8ifu Chain C (length=259) Species: 42384 (Hyphochytrium catenoides) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
PFCGGRPEDGWHHGSIHDMDYPLLGAMAAICSVFIGGSGAWMLYRLDLGL
GYSCKPHHSGYAPEANSFSALSCLVSGTIYAAKTFDFFDGGGTPFSFNWY
WYLDYVFTCPLILLDVLYTLEIPHKLRFVFAVIITLWCGVAAFVTPSAFR
FGYYAVGCVWFVPFSFSLLRHVKQRYQVYPPKCQKILFWACTIFFGFWPL
FPILFLFSWLGTGHIDQQAFTIIHAFLDLFCKTVFGLIMTFFRLELEEHT
EVLGLPLNE
Ligand information
Ligand IDL9Q
InChIInChI=1S/C41H80NO8P/c1-3-5-7-9-11-13-15-17-19-21-23-25-27-29-31-33-40(43)47-37-39(38-49-51(45,46)48-36-35-42)50-41(44)34-32-30-28-26-24-22-20-18-16-14-12-10-8-6-4-2/h18,20,39H,3-17,19,21-38,42H2,1-2H3,(H,45,46)/b20-18-/t39-/m0/s1
InChIKeyJQKOHRZNEOQNJE-VYCVAHKRSA-N
SMILES
SoftwareSMILES
CACTVS 3.370CCCCCCCCCCCCCCCCCC(=O)OC[CH](CO[P](O)(=O)OCCN)OC(=O)CCCCCCCC=CCCCCCCCC
OpenEye OEToolkits 1.7.0CCCCCCCCCCCCCCCCCC(=O)OC[C@@H](CO[P@@](=O)(O)OCCN)OC(=O)CCCCCCC/C=C\CCCCCCCC
CACTVS 3.370CCCCCCCCCCCCCCCCCC(=O)OC[C@@H](CO[P](O)(=O)OCCN)OC(=O)CCCCCCC\C=C/CCCCCCCC
OpenEye OEToolkits 1.7.0CCCCCCCCCCCCCCCCCC(=O)OCC(COP(=O)(O)OCCN)OC(=O)CCCCCCCC=CCCCCCCCC
ACDLabs 12.01O=C(OCC(OC(=O)CCCCCCC\C=C/CCCCCCCC)COP(=O)(OCCN)O)CCCCCCCCCCCCCCCCC
FormulaC41 H80 N O8 P
Name(1S)-2-{[(S)-(2-aminoethoxy)(hydroxy)phosphoryl]oxy}-1-[(octadecanoyloxy)methyl]ethyl (9Z)-octadec-9-enoate;
1-stearoyl-2-oleoyl-sn-glycero-3-phosphoethanolamine
ChEMBL
DrugBank
ZINCZINC000058649343
PDB chain8ifu Chain C Residue 301 [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]
PDB8ifu Structure of HcCCR
Resolution2.37 Å
Binding residue
(original residue number in PDB)
Y119 L127 F131
Binding residue
(residue number reindexed from 1)
Y118 L126 F130
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 12:44:41 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 = '8ifu', asym_id = 'C', bs = 'BS03', title = 'Structure of HcCCR'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8ifu', asym_id='C', bs='BS03', title='Structure of HcCCR')
   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 = '0016020', uniprot = '', pdbid = '8ifu', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016020', uniprot='', pdbid='8ifu', asym_id='C')
    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>