Structure of PDB 5lnk Chain i Binding Site BS01

Receptor Information
>5lnk Chain i (length=144) Species: 9940 (Ovis aries) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MELLQVLKRGLQQVSGHGGLRGYLRVLFRANDVRVGTLVGEDKYGNKYYE
DNKQFFGRHRWVIYTTEMNGKNTFWDVDGSMVPPEWHRWLHCMTDDPPTV
KPPTARKFIWTNHKFNLSGTPQQYVPYSTTRKKIQEWVPPSTPY
Ligand information
Ligand IDCDL
InChIInChI=1S/C81H158O17P2/c1-5-9-13-17-21-25-29-33-37-41-45-49-53-57-61-65-78(83)91-71-76(97-80(85)67-63-59-55-51-47-43-39-35-31-27-23-19-15-11-7-3)73-95-99(87,88)93-69-75(82)70-94-100(89,90)96-74-77(98-81(86)68-64-60-56-52-48-44-40-36-32-28-24-20-16-12-8-4)72-92-79(84)66-62-58-54-50-46-42-38-34-30-26-22-18-14-10-6-2/h75-77,82H,5-74H2,1-4H3,(H,87,88)(H,89,90)/p-2/t76-,77-/m1/s1
InChIKeyXVTUQDWPJJBEHJ-KZCWQMDCSA-L
SMILES
SoftwareSMILES
CACTVS 3.385CCCCCCCCCCCCCCCCCC(=O)OC[C@H](CO[P]([O-])(=O)OC[C@@H](O)CO[P]([O-])(=O)OC[C@@H](COC(=O)CCCCCCCCCCCCCCCCC)OC(=O)CCCCCCCCCCCCCCCCC)OC(=O)CCCCCCCCCCCCCCCCC
OpenEye OEToolkits 2.0.7CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC(COP(=O)([O-])OC[C@@H](COC(=O)CCCCCCCCCCCCCCCCC)OC(=O)CCCCCCCCCCCCCCCCC)O)OC(=O)CCCCCCCCCCCCCCCCC
OpenEye OEToolkits 2.0.7CCCCCCCCCCCCCCCCCC(=O)OCC(COP(=O)([O-])OCC(COP(=O)([O-])OCC(COC(=O)CCCCCCCCCCCCCCCCC)OC(=O)CCCCCCCCCCCCCCCCC)O)OC(=O)CCCCCCCCCCCCCCCCC
CACTVS 3.385CCCCCCCCCCCCCCCCCC(=O)OC[CH](CO[P]([O-])(=O)OC[CH](O)CO[P]([O-])(=O)OC[CH](COC(=O)CCCCCCCCCCCCCCCCC)OC(=O)CCCCCCCCCCCCCCCCC)OC(=O)CCCCCCCCCCCCCCCCC
FormulaC81 H156 O17 P2
NameCARDIOLIPIN;
DIPHOSPHATIDYL GLYCEROL;
BIS-(1,2-DIACYL-SN-GLYCERO-3-PHOSPHO)-1',3'-SN-GLYCEROL
ChEMBL
DrugBank
ZINC
PDB chain5lnk Chain i Residue 201 [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]
PDB5lnk Atomic structure of the entire mammalian mitochondrial complex I.
Resolution3.9 Å
Binding residue
(original residue number in PDB)
L3 V6 R9
Binding residue
(residue number reindexed from 1)
L3 V6 R9
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 29 19:01:25 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 = '5lnk', asym_id = 'i', bs = 'BS01', title = 'Atomic structure of the entire mammalian mitochondrial complex I.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='5lnk', asym_id='i', bs='BS01', title='Atomic structure of the entire mammalian mitochondrial complex I.')
   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,0032981', uniprot = '', pdbid = '5lnk', asym_id = 'i'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016020,0032981', uniprot='', pdbid='5lnk', asym_id='i')
    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>