Structure of PDB 4kh1 Chain A Binding Site BS01

Receptor Information
>4kh1 Chain A (length=310) Species: 595495 (Escherichia coli KO11FL) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
ANPLYQKHIISINDLSRDDLNLVLATAAKLKANPQPELLKHKVIASCFFE
ASTRTRLSFETSMHRLGASVVGFSDSANTSLGKKGETLADTISVISTYVD
AIVMRHPQEGAARLATEFSGNVPVLNAGDGSNQHPTQTLLDLFTIQETQG
RLDNLHVAMVGDLKYGRTVHSLTQALAKFDGNRFYFIAPDALAMPQYILD
MLDEKGIAWSLHSSIEEVMAEVDILYMTRVQKERLDPSEYANVKAQFVLR
ASDLHNAKANMKVLHPLPRVDEIATDVDKTPHAWYFQQAGNGIFARQALL
ALVLNRDLVL
Ligand information
Ligand IDPAL
InChIInChI=1S/C6H10NO8P/c8-4(2-16(13,14)15)7-3(6(11)12)1-5(9)10/h3H,1-2H2,(H,7,8)(H,9,10)(H,11,12)(H2,13,14,15)/t3-/m0/s1
InChIKeyZZKNRXZVGOYGJT-VKHMYHEASA-N
SMILES
SoftwareSMILES
CACTVS 3.341OC(=O)C[CH](NC(=O)C[P](O)(O)=O)C(O)=O
CACTVS 3.341OC(=O)C[C@H](NC(=O)C[P](O)(O)=O)C(O)=O
ACDLabs 10.04O=C(NC(C(=O)O)CC(=O)O)CP(=O)(O)O
OpenEye OEToolkits 1.5.0C(C(C(=O)O)NC(=O)CP(=O)(O)O)C(=O)O
OpenEye OEToolkits 1.5.0C([C@@H](C(=O)O)NC(=O)CP(=O)(O)O)C(=O)O
FormulaC6 H10 N O8 P
NameN-(PHOSPHONACETYL)-L-ASPARTIC ACID
ChEMBLCHEMBL504802
DrugBankDB03459
ZINCZINC000001563934
PDB chain4kh1 Chain A Residue 401 [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]
PDB4kh1 New Paradigm for Allosteric Regulation of Escherichia coli Aspartate Transcarbamoylase.
Resolution2.2 Å
Binding residue
(original residue number in PDB)
S52 T53 R54 T55 R105 H134 R167 T168 R229 Q231 L267
Binding residue
(residue number reindexed from 1)
S52 T53 R54 T55 R105 H134 R167 T168 R229 Q231 L267
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 23 04:52:20 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 = '4kh1', asym_id = 'A', bs = 'BS01', title = 'New Paradigm for Allosteric Regulation of Escherichia coli Aspartate Transcarbamoylase.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4kh1', asym_id='A', bs='BS01', title='New Paradigm for Allosteric Regulation of Escherichia coli Aspartate Transcarbamoylase.')
   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 = '0004070,0006207,0006520,0016597,0016743', uniprot = '', pdbid = '4kh1', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004070,0006207,0006520,0016597,0016743', uniprot='', pdbid='4kh1', asym_id='A')
    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>