Structure of PDB 2hh9 Chain B Binding Site BS01

Receptor Information
>2hh9 Chain B (length=296) Species: 5476 (Candida albicans) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SELIEQVIEQPDSLIISPPSYNHIQPFVYLENHNVLLILNQKITIDLISL
WKKCEIIVCADGGANSLYEYFNLQRSDYIPDYIVGDFDSISPDVKTYYES
HGSKIIRQSSQYYNDFTKSIHCIQLHYQLNHTKENWFESIDEVDGLAKLW
NGLNNSSDVVVDIDITIYVLNAIGGRFDQTVQSINQLYIMNEDYPKVTVF
FITTNDIIFLLKKGVNYISYKNRLMFHKDSSPTPTCGLLPLSNKTPIILN
SYGLKYDMRNWKTEMLGQVSSSNRISGETGFIVECSDDIVMNIEID
Ligand information
Ligand IDVIB
InChIInChI=1S/C12H17N4OS/c1-8-11(3-4-17)18-7-16(8)6-10-5-14-9(2)15-12(10)13/h5,7,17H,3-4,6H2,1-2H3,(H2,13,14,15)/q+1
InChIKeyJZRWCGZRTZMZEH-UHFFFAOYSA-N
SMILES
SoftwareSMILES
ACDLabs 10.04n1c(c(cnc1C)C[n+]2c(c(sc2)CCO)C)N
CACTVS 3.341Cc1ncc(C[n+]2csc(CCO)c2C)c(N)n1
OpenEye OEToolkits 1.5.0Cc1c(sc[n+]1Cc2cnc(nc2N)C)CCO
FormulaC12 H17 N4 O S
Name3-(4-AMINO-2-METHYL-PYRIMIDIN-5-YLMETHYL)-5-(2-HYDROXY-ETHYL)-4-METHYL-THIAZOL-3-IUM;
THIAMIN;
VITAMIN B1
ChEMBLCHEMBL1547
DrugBankDB00152
ZINCZINC000000049153
PDB chain2hh9 Chain A Residue 702 [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]
PDB2hh9 Structural characterization of CA1462, the Candida albicans thiamine pyrophosphokinase.
Resolution2.1 Å
Binding residue
(original residue number in PDB)
Y285 M287 S299 S300 S301
Binding residue
(residue number reindexed from 1)
Y256 M258 S270 S271 S272
Annotation score5
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Feb 8 13:44:18 2025

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 = '2hh9', asym_id = 'B', bs = 'BS01', title = 'Structural characterization of CA1462, the Candida albicans thiamine pyrophosphokinase.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='2hh9', asym_id='B', bs='BS01', title='Structural characterization of CA1462, the Candida albicans thiamine pyrophosphokinase.')
   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 = '0004788,0005524,0006772,0009229,0030975', uniprot = '', pdbid = '2hh9', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004788,0005524,0006772,0009229,0030975', uniprot='', pdbid='2hh9', asym_id='B')
    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>