Structure of PDB 4p8y Chain A Binding Site BS02

Receptor Information
>4p8y Chain A (length=455) Species: 83332 (Mycobacterium tuberculosis H37Rv) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
VGATTTATRLTGWGRTAPSVANVLRTPDAEMIVKAVARVAESGGGRGAIA
RGLGRSYGDNAQNGGGLVIDMTPLNTIHSIDADTKLVDIDAGVNLDQLMK
AALPFGLWVPVLPGTRQVTVGGAIACDIHGKNHHSAGSFGNHVRSMDLLT
ADGEIRHLTPTGEDAELFWATVGGNGLTGIIMRATIEMTPTSTAYFIADG
DVTASLDETIALHSDGSEARYTYSSAWFDAISAPPKLGRAAVSRGRLATV
EQLPAKLRSEPLKFDAPQLLTLPDVFPNGLANKYTFGPIGELWYRKSGTY
RGKVQNLTQFYHPLDMFGEWNRAAGFLQYQFVIPTEAVDEFKKIIGVIQA
SGHYSFLNVFKLFGPRNQAPLSFPIPGWNICVDFPIKDGLGKFVSELDRR
VLEFGGRLYTAKDSRTTAETFHAMYPRVDEWISVRRKVDPLRVFASDMAR
RLELL
Ligand information
Ligand ID38C
InChIInChI=1S/C18H14F3N3O3/c1-27-12-5-2-10(3-6-12)9-22-16-15(17(25)26)23-13-7-4-11(18(19,20)21)8-14(13)24-16/h2-8H,9H2,1H3,(H,22,24)(H,25,26)
InChIKeyJWXHIZDIJHFSIP-UHFFFAOYSA-N
SMILES
SoftwareSMILES
ACDLabs 12.01FC(F)(F)c1cc2nc(c(nc2cc1)C(=O)O)NCc3ccc(OC)cc3
CACTVS 3.385COc1ccc(CNc2nc3cc(ccc3nc2C(O)=O)C(F)(F)F)cc1
OpenEye OEToolkits 1.9.2COc1ccc(cc1)CNc2c(nc3ccc(cc3n2)C(F)(F)F)C(=O)O
FormulaC18 H14 F3 N3 O3
Name3-[(4-methoxybenzyl)amino]-6-(trifluoromethyl)quinoxaline-2-carboxylic acid
ChEMBLCHEMBL1976041
DrugBank
ZINCZINC000001651374
PDB chain4p8y Chain A Residue 502 [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]
PDB4p8y 2-Carboxyquinoxalines Kill Mycobacterium tuberculosis through Noncovalent Inhibition of DprE1.
Resolution2.01 Å
Binding residue
(original residue number in PDB)
Y60 H132 G133 N324 R325 Q334 Q336 K367 C387 K418
Binding residue
(residue number reindexed from 1)
Y57 H129 G130 N321 R322 Q328 Q330 K361 C381 K412
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Nov 25 11:26:41 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 = '4p8y', asym_id = 'A', bs = 'BS02', title = '2-Carboxyquinoxalines Kill Mycobacterium tuberculosis through Noncovalent Inhibition of DprE1.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4p8y', asym_id='A', bs='BS02', title='2-Carboxyquinoxalines Kill Mycobacterium tuberculosis through Noncovalent Inhibition of DprE1.')
   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 = '0003885,0016020,0050660,0071949', uniprot = '', pdbid = '4p8y', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003885,0016020,0050660,0071949', uniprot='', pdbid='4p8y', 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>