Structure of PDB 7x8e Chain C Binding Site BS02

Receptor Information
>7x8e Chain C (length=341) Species: 294 (Pseudomonas fluorescens) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
DLYENPMGLMGFEFIEFASPTPGTLEPIFEIMGFTKVATHRSKNVHLYRQ
GEINLILNNEPNSIASYFAAEHGPSVCGMAFRVKDSQKAYNRALELGAQP
IHIDTGPMELNLPAIKGIGGAPLYLIDRFGEGSSIYDIDFVYLEGVERNP
VGAGLKVIDHLTHNVYRGRMVYWANFYEKLFNFREARYFDITSKAMSAPD
GMIRIPLNEEGAGQIEEFLMQFNGEGIQHVAFLTDDLVKTWDALKKIGMR
FMTAPPDTYYEMLEGRLPDHGEPVDQLQARGILLDGSSVEGDKRLLLQIF
SETLMGPVFFEFIQRKGDDGFGEGNFKALFESIERDQVRRG
Ligand information
Ligand ID92X
InChIInChI=1S/C24H22N2O5/c1-13-7-4-5-8-16(13)26-23(30)20-14(2)15(11-12-17(20)25(3)24(26)31)22(29)21-18(27)9-6-10-19(21)28/h4-5,7-8,11-12,27H,6,9-10H2,1-3H3
InChIKeyZGLNNDUJJLHJTE-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.385CN1C(=O)N(C(=O)c2c(C)c(ccc12)C(=O)C3=C(O)CCCC3=O)c4ccccc4C
OpenEye OEToolkits 2.0.6Cc1ccccc1N2C(=O)c3c(c(ccc3N(C2=O)C)C(=O)C4=C(CCCC4=O)O)C
FormulaC24 H22 N2 O5
Name1,5-dimethyl-3-(2-methylphenyl)-6-(2-oxidanyl-6-oxidanylidene-cyclohexen-1-yl)carbonyl-quinazoline-2,4-dione
ChEMBL
DrugBank
ZINC
PDB chain7x8e Chain C Residue 402 [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]
PDB7x8e Structural insights of 4-Hydrophenylpyruvate dioxygenase inhibition by structurally diverse small molecules
Resolution2.749 Å
Binding residue
(original residue number in PDB)
T163 Q225 H240 F311 F332 F337
Binding residue
(residue number reindexed from 1)
T162 Q214 H229 F300 F321 F326
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Tue Dec 3 05:36:10 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 = '7x8e', asym_id = 'C', bs = 'BS02', title = 'Structural insights of 4-Hydrophenylpyruvate dio...nhibition by structurally diverse small molecules'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7x8e', asym_id='C', bs='BS02', title='Structural insights of 4-Hydrophenylpyruvate dio...nhibition by structurally diverse small molecules')
   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 = '0003868,0009072,0016701', uniprot = '', pdbid = '7x8e', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003868,0009072,0016701', uniprot='', pdbid='7x8e', asym_id='C')
    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>