Structure of PDB 4r4j Chain B Binding Site BS01

Receptor Information
>4r4j Chain B (length=357) Species: 406563 (Streptococcus pneumoniae SP23-BS72) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
GYTVAVVGATGAVGAQMIKMLEESTLPIDKIRYLASARSAGKSLKFKDQD
ITIEETTETAFEGVDIALFSAGSSTSAKYAPYAVKAGVVVVDNTSYFRQN
PDVPLVVPEVNAHALDAHNGIIACPNCSTIQMMVALEPVRQKWGLDRIIV
STYQAVSGAGMGAILETQRELREVLNDGVKPCDLHAEILPSGGDKKHYPI
AFNALPQIDVFTDNDYTYEEMKMTKETKKIMEDDSIAVSATCVRIPVLSA
HSESVYIETKEVAPIEEVKAAIAAFPGAVLEDDVAHQIYPQAINAVGSRD
TFVGRIRKDLDAEKGIHMWVVSDNLLKGAAWNSVQIAETLHERGLVRPTA
ELKFELK
Ligand information
Ligand ID3JL
InChIInChI=1S/C12H12O6/c13-9(14)6-2-4-7-3-1-5-8(11(15)16)10(7)12(17)18/h1,3,5H,2,4,6H2,(H,13,14)(H,15,16)(H,17,18)
InChIKeyIPHJRPHIMBNGTQ-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.385OC(=O)CCCc1cccc(C(O)=O)c1C(O)=O
ACDLabs 12.01O=C(O)c1cccc(c1C(=O)O)CCCC(=O)O
OpenEye OEToolkits 1.7.6c1cc(c(c(c1)C(=O)O)C(=O)O)CCCC(=O)O
FormulaC12 H12 O6
Name3-(3-carboxypropyl)benzene-1,2-dicarboxylic acid;
3-carboxypropyl-phthalic acid
ChEMBL
DrugBank
ZINCZINC000219657768
PDB chain4r4j Chain B 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]
PDB4r4j A cautionary tale of structure-guided inhibitor development against an essential enzyme in the aspartate-biosynthetic pathway.
Resolution1.51 Å
Binding residue
(original residue number in PDB)
S74 T95 S96 R99 Q155 G159 K223 R245 H252
Binding residue
(residue number reindexed from 1)
S73 T94 S95 R98 Q154 G158 K222 R244 H251
Annotation score1
Binding affinityMOAD: Ki=2.4mM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Wed Nov 27 21:49: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 = '4r4j', asym_id = 'B', bs = 'BS01', title = 'A cautionary tale of structure-guided inhibitor ...ial enzyme in the aspartate-biosynthetic pathway.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4r4j', asym_id='B', bs='BS01', title='A cautionary tale of structure-guided inhibitor ...ial enzyme in the aspartate-biosynthetic pathway.')
   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 = '0004073,0008652,0009086,0009088,0009089,0009097,0016620,0046983,0050661,0051287', uniprot = '', pdbid = '4r4j', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004073,0008652,0009086,0009088,0009089,0009097,0016620,0046983,0050661,0051287', uniprot='', pdbid='4r4j', 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>