Structure of PDB 8qs0 Chain DDD Binding Site BS01

Receptor Information
>8qs0 Chain DDD (length=271) Species: 89585 (Lemna aequinoctialis) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
LRLGSLEPDGLSYKESFIVRSYEVGVNKTATVETIANLLQEVGCNHAQSV
GFSGFATTTTMRLLRLIWVTARMHIEIYKYPAWGDVVEIETWCQEDGKIG
TRRDWIIKDYSTGVVIGRATSKWVMMNQDTRRLQRVNDEVREEYLIFCPR
TPRLAFPEEDSDSLKKIPKLEEPAQSSKLGLVPRRADLDMNQHVNNVTYI
GWVLESIPQEIIDTHELQTITLDYRRECQHDDIVDSLSSREGECQFLHFL
KLSGSGLEINRGRTQWRRLAK
Ligand information
Ligand IDWOX
InChIInChI=1S/C19H18F2N2O2S/c1-12-6-9-26-17(12)16-10-19(25-22-16)7-3-8-23(18(19)24)11-13-14(20)4-2-5-15(13)21/h2,4-6,9H,3,7-8,10-11H2,1H3/t19-/m0/s1
InChIKeyGPXGFQYVEMPROU-IBGZPJMESA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7Cc1ccsc1C2=NOC3(C2)CCCN(C3=O)Cc4c(cccc4F)F
CACTVS 3.385Cc1ccsc1C2=NO[C@@]3(CCCN(Cc4c(F)cccc4F)C3=O)C2
CACTVS 3.385Cc1ccsc1C2=NO[C]3(CCCN(Cc4c(F)cccc4F)C3=O)C2
OpenEye OEToolkits 2.0.7Cc1ccsc1C2=NO[C@]3(C2)CCCN(C3=O)Cc4c(cccc4F)F
FormulaC19 H18 F2 N2 O2 S
Name(5~{S})-9-[[2,6-bis(fluoranyl)phenyl]methyl]-3-(3-methylthiophen-2-yl)-1-oxa-2,9-diazaspiro[4.5]dec-2-en-10-one
ChEMBL
DrugBank
ZINC
PDB chain8qs0 Chain DDD 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]
PDB8qs0 Discovery and Optimization of Spirocyclic Lactams that Inhibit Acyl-ACP Thioesterase.
Resolution2.3 Å
Binding residue
(original residue number in PDB)
H77 A78 F83 A89 W101 C126 T134 R136 W156 Y177 F180
Binding residue
(residue number reindexed from 1)
H46 A47 F52 A56 W68 C93 T101 R103 W123 Y144 F147
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Wed Nov 27 10:23:49 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 = '8qs0', asym_id = 'DDD', bs = 'BS01', title = 'Discovery and Optimization of Spirocyclic Lactams that Inhibit Acyl-ACP Thioesterase.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8qs0', asym_id='DDD', bs='BS01', title='Discovery and Optimization of Spirocyclic Lactams that Inhibit Acyl-ACP Thioesterase.')
   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 = '0006633,0016297,0016790', uniprot = '', pdbid = '8qs0', asym_id = 'DDD'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0006633,0016297,0016790', uniprot='', pdbid='8qs0', asym_id='DDD')
    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>