Structure of PDB 4a6w Chain A Binding Site BS02

Receptor Information
>4a6w Chain A (length=262) Species: 469008 (Escherichia coli BL21(DE3)) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AISIKTPEDIEKMRVAGRLAAEVLEMIEPYVKPGVSTGELDRICNDYIVN
EQHAVSACLGYHGYPKSVCISINEVVCHGIPDDAKLLKDGDIVNIDVTVI
KDGFHGDTSKMFIVGKPTIMGERLCRITQESLYLALRMVKPGINLREIGA
AIQKFVEAEGFSVVREYCGHGIGQGFHEEPQVLHYDSRETNVVLKPGMTF
TIEPMVNAGKKEIRTMKDGWTVKTKDRSLSAQYEHTIVVTDNGCEILTLR
KDDTIPAIISHD
Ligand information
Ligand ID5C1
InChIInChI=1S/C10H7ClN2O3/c11-7-4-2-1-3-6(7)8-5-12-10(16-8)9(14)13-15/h1-5,15H,(H,13,14)
InChIKeyOZEMICSCADZYKS-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.370ONC(=O)c1oc(cn1)c2ccccc2Cl
ACDLabs 12.01O=C(c1ncc(o1)c2c(Cl)cccc2)NO
OpenEye OEToolkits 1.7.2c1ccc(c(c1)c2cnc(o2)C(=O)NO)Cl
FormulaC10 H7 Cl N2 O3
Name5-(2-chlorophenyl)-N-hydroxy-1,3-oxazole-2-carboxamide
ChEMBL
DrugBank
ZINCZINC000095921372
PDB chain4a6w Chain A Residue 1265 [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]
PDB4a6w Hydroxamic Acids as Potent Inhibitors of Fe(II) and Mn(II) E. Coli Methionine Aminopeptidase: Biological Activities and X-Ray Structures of Oxazole Hydroxamate-Ecmetap-Mn Complexes.
Resolution1.46 Å
Binding residue
(original residue number in PDB)
C59 Y62 Y65 C70 H79 D97 D108 H171 F177 H178 W221 E235
Binding residue
(residue number reindexed from 1)
C58 Y61 Y64 C69 H78 D96 D107 H170 F176 H177 W220 E234
Annotation score1
Binding affinityMOAD: ic50=1.9uM
PDBbind-CN: -logKd/Ki=5.72,IC50=1.9uM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Thu Nov 28 06:06:42 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 = '4a6w', asym_id = 'A', bs = 'BS02', title = 'Hydroxamic Acids as Potent Inhibitors of Fe(II) ...res of Oxazole Hydroxamate-Ecmetap-Mn Complexes. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4a6w', asym_id='A', bs='BS02', title='Hydroxamic Acids as Potent Inhibitors of Fe(II) ...res of Oxazole Hydroxamate-Ecmetap-Mn Complexes. ')
   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 = '0006508,0070006', uniprot = '', pdbid = '4a6w', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0006508,0070006', uniprot='', pdbid='4a6w', 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>