Structure of PDB 7uw1 Chain W Binding Site BS02

Receptor Information
>7uw1 Chain W (length=78) Species: 480119 (Acinetobacter baumannii AB0057) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MSKVCQVTGKRPVVGNNVSHANNKTKRRFEPNLHHHRFWLESEKRFVRLR
LTTKGMRIIDKLGIEKVVADLRAQGQKI
Ligand information
Ligand IDOIY
InChIInChI=1S/C31H58N12O10/c32-7-1-4-15(33)10-20(46)37-8-2-5-16(34)11-21(47)38-9-3-6-17(35)12-22(48)40-25-26(49)27(53-30(36)51)19(14-44)52-29(25)43-31-41-23-18(45)13-39-28(50)24(23)42-31/h15-19,23-27,29,44-45,49H,1-14,32-35H2,(H2,36,51)(H,37,46)(H,38,47)(H,39,50)(H,40,48)(H2,41,42,43)/t15-,16-,17-,18+,19+,23+,24-,25+,26-,27-,29+/m0/s1
InChIKeyWUJTXMVGXDQPNN-OTQKCRDJSA-N
SMILES
SoftwareSMILES
CACTVS 3.385NCCC[C@H](N)CC(=O)NCCC[C@H](N)CC(=O)NCCC[C@H](N)CC(=O)N[C@@H]1[C@H](O)[C@@H](OC(N)=O)[C@@H](CO)O[C@H]1NC2=N[C@H]3[C@H](N2)[C@H](O)CNC3=O
OpenEye OEToolkits 2.0.7C1[C@H]([C@@H]2[C@@H](C(=O)N1)N=C(N2)N[C@H]3[C@@H]([C@@H]([C@H]([C@H](O3)CO)OC(=O)N)O)NC(=O)C[C@H](CCCNC(=O)C[C@H](CCCNC(=O)C[C@H](CCCN)N)N)N)O
CACTVS 3.385NCCC[CH](N)CC(=O)NCCC[CH](N)CC(=O)NCCC[CH](N)CC(=O)N[CH]1[CH](O)[CH](OC(N)=O)[CH](CO)O[CH]1NC2=N[CH]3[CH](N2)[CH](O)CNC3=O
OpenEye OEToolkits 2.0.7C1C(C2C(C(=O)N1)N=C(N2)NC3C(C(C(C(O3)CO)OC(=O)N)O)NC(=O)CC(CCCNC(=O)CC(CCCNC(=O)CC(CCCN)N)N)N)O
ACDLabs 12.01NCCCC(N)CC(=O)NCCCC(N)CC(=O)NCCCC(N)CC(=O)NC1C(O)C(OC(N)=O)C(CO)OC1NC=1NC2C(N=1)C(=O)NCC2O
FormulaC31 H58 N12 O10
NameStreptothricin D
ChEMBLCHEMBL4535777
DrugBank
ZINCZINC000087520323
PDB chain7uw1 Chain W 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]
PDB7uw1 Streptothricin F is a bactericidal antibiotic effective against highly drug-resistant gram-negative bacteria that interacts with the 30S subunit of the 70S ribosome.
Resolution2.21 Å
Binding residue
(original residue number in PDB)
N17 V18 H20 N22
Binding residue
(residue number reindexed from 1)
N17 V18 H20 N22
Annotation score1
Enzymatic activity
Enzyme Commision number ?
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 16:24:51 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 = '7uw1', asym_id = 'W', bs = 'BS02', title = 'Streptothricin F is a bactericidal antibiotic ef...eracts with the 30S subunit of the 70S ribosome. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7uw1', asym_id='W', bs='BS02', title='Streptothricin F is a bactericidal antibiotic ef...eracts with the 30S subunit of the 70S ribosome. ')
   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 = '0003735,0005840,0006412', uniprot = '', pdbid = '7uw1', asym_id = 'W'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003735,0005840,0006412', uniprot='', pdbid='7uw1', asym_id='W')
    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>