Structure of PDB 6jf3 Chain B Binding Site BS02

Receptor Information
>6jf3 Chain B (length=146) Species: 470 (Acinetobacter baumannii) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SVVLPVAKRGEDILKLIAAPVSANELNSNWLYQLADAMHATMLERNGVGI
AAPQVYISKRVIIVASNAVVMVNPEILEFSSEMCLGEEGCLSVPERGQVE
RAEMVKVKYLTLQGEMVETVFQGFPARIVQHEVDHLNGILFVERIS
Ligand information
Ligand IDBB2
InChIInChI=1S/C19H35N3O5/c1-4-5-6-8-14(11-16(24)21-27)18(25)20-17(13(2)3)19(26)22-10-7-9-15(22)12-23/h13-15,17,23,27H,4-12H2,1-3H3,(H,20,25)(H,21,24)/t14-,15+,17+/m1/s1
InChIKeyXJLATMLVMSFZBN-VYDXJSESSA-N
SMILES
SoftwareSMILES
CACTVS 3.341CCCCC[CH](CC(=O)NO)C(=O)N[CH](C(C)C)C(=O)N1CCC[CH]1CO
OpenEye OEToolkits 1.5.0CCCCCC(CC(=O)NO)C(=O)NC(C(C)C)C(=O)N1CCCC1CO
ACDLabs 10.04O=C(N1C(CO)CCC1)C(NC(=O)C(CC(=O)NO)CCCCC)C(C)C
CACTVS 3.341
OpenEye OEToolkits 1.5.0
CCCCC[C@H](CC(=O)NO)C(=O)N[C@@H](C(C)C)C(=O)N1CCC[C@H]1CO
FormulaC19 H35 N3 O5
NameACTINONIN;
2-[(FORMYL-HYDROXY-AMINO)-METHYL]-HEPTANOIC ACID [1-(2-HYDROXYMETHYL-PYRROLIDINE-1-CARBONYL)-2-METHYL-PROPYL]-AMIDE
ChEMBLCHEMBL308333
DrugBankDB04310
ZINCZINC000003979014
PDB chain6jf3 Chain B Residue 202 [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]
PDB6jf3 Actinonin bound crystal structure of class I type b peptide deformylase from Acinetobacter baumannii
Resolution2.01 Å
Binding residue
(original residue number in PDB)
G48 V49 G50 Q55 E100 E101 G102 C103 L104 R110 F138 H145 E146 H149
Binding residue
(residue number reindexed from 1)
G47 V48 G49 Q54 E87 E88 G89 C90 L91 R96 F124 H131 E132 H135
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Dec 2 10:31:26 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 = '6jf3', asym_id = 'B', bs = 'BS02', title = 'Actinonin bound crystal structure of class I type b peptide deformylase from Acinetobacter baumannii'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6jf3', asym_id='B', bs='BS02', title='Actinonin bound crystal structure of class I type b peptide deformylase from Acinetobacter baumannii')
   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 = '0042586', uniprot = '', pdbid = '6jf3', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0042586', uniprot='', pdbid='6jf3', 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>