Structure of PDB 6zkf Chain t Binding Site BS01

Receptor Information
>6zkf Chain t (length=177) Species: 9940 (Ovis aries) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AFLPSAAYLTHQQKVLQLYKRALRHLESRCVHRDKYRYFACLLRARFDEH
KNEKDMVKATQLLREAEKEFWHGQHPQPYIFPESPGGTSYERYECYKVPE
WCLDDWHPSEKAMYPDYFAKREQWKKLRRESWEREVKQLQEETPVGGPRT
EALPPARKQGDLPPLWWHIVTRPRERP
Ligand information
Ligand IDZMP
InChIInChI=1S/C25H49N2O8PS/c1-4-5-6-7-8-9-10-11-12-13-14-15-22(29)37-19-18-26-21(28)16-17-27-24(31)23(30)25(2,3)20-35-36(32,33)34/h23,30H,4-20H2,1-3H3,(H,26,28)(H,27,31)(H2,32,33,34)/t23-/m1/s1
InChIKeyHDTINWYIVVMRIN-HSZRJFAPSA-N
SMILES
SoftwareSMILES
CACTVS 3.385CCCCCCCCCCCCCC(=O)SCCNC(=O)CCNC(=O)[C@@H](O)C(C)(C)CO[P](O)(O)=O
OpenEye OEToolkits 2.0.5CCCCCCCCCCCCCC(=O)SCCNC(=O)CCNC(=O)C(C(C)(C)COP(=O)(O)O)O
ACDLabs 12.01OP(=O)(OCC(C(C(NCCC(=O)NCCSC(=O)CCCCCCCCCCCCC)=O)O)(C)C)O
CACTVS 3.385CCCCCCCCCCCCCC(=O)SCCNC(=O)CCNC(=O)[CH](O)C(C)(C)CO[P](O)(O)=O
OpenEye OEToolkits 2.0.5CCCCCCCCCCCCCC(=O)SCCNC(=O)CCNC(=O)[C@H](C(C)(C)COP(=O)(O)O)O
FormulaC25 H49 N2 O8 P S
NameS-[2-({N-[(2S)-2-hydroxy-3,3-dimethyl-4-(phosphonooxy)butanoyl]-beta-alanyl}amino)ethyl] tetradecanethioate
ChEMBL
DrugBank
ZINCZINC000145431082
PDB chain6zkf Chain X Residue 101 [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]
PDB6zkf The coupling mechanism of mammalian respiratory complex I.
Resolution2.8 Å
Binding residue
(original residue number in PDB)
H11 Q12 V15 R46 F47 H50 K51 A59 L62 E69
Binding residue
(residue number reindexed from 1)
H11 Q12 V15 R46 F47 H50 K51 A59 L62 E69
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 02:49:36 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 = '6zkf', asym_id = 't', bs = 'BS01', title = 'The coupling mechanism of mammalian respiratory complex I.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6zkf', asym_id='t', bs='BS01', title='The coupling mechanism of mammalian respiratory 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 = '0006120', uniprot = '', pdbid = '6zkf', asym_id = 't'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0006120', uniprot='', pdbid='6zkf', asym_id='t')
    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>