Structure of PDB 4f2p Chain A Binding Site BS01

Receptor Information
>4f2p Chain A (length=231) Species: 904139 (Salmonella enterica subsp. enterica serovar Choleraesuis str. SCSA50) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MKIGIIGAMEEEVTLLRDKIDNRQTITLGGCEIYTGQLNGTEVALLKSGI
GKVAAALGATLLLEHCKPDVIINTGSAGGLASTLKVGDIVVSDETRYHDA
DVTAFGYEYGQLPGCPAGFKADDKLIAAAESCIRELNLNAVRGLIVSGDA
FINGSVGLAKIRHNFPDAVAVEMEATAIAHVCHNFNVPFVVVRAISDVAD
QQSHLSFDEFLAVAAKQSTLMVETLVQKLAH
Ligand information
Ligand ID2EL
InChIInChI=1S/C16H25N5O3S/c17-16-15-14(19-10-20-16)11(5-18-15)6-21-7-12(13(23)8-21)9-25-4-3-24-2-1-22/h5,10,12-13,18,22-23H,1-4,6-9H2,(H2,17,19,20)/t12-,13+/m1/s1
InChIKeyOXNZLFLPEGTARO-OLZOCXBDSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6c1c(c2c([nH]1)c(ncn2)N)CN3C[C@@H]([C@H](C3)O)CSCCOCCO
CACTVS 3.370Nc1ncnc2c(CN3C[CH](O)[CH](CSCCOCCO)C3)c[nH]c12
OpenEye OEToolkits 1.7.6c1c(c2c([nH]1)c(ncn2)N)CN3CC(C(C3)O)CSCCOCCO
ACDLabs 12.01OCCOCCSCC3CN(Cc2cnc1c2ncnc1N)CC3O
CACTVS 3.370Nc1ncnc2c(CN3C[C@H](O)[C@@H](CSCCOCCO)C3)c[nH]c12
FormulaC16 H25 N5 O3 S
Name(3R,4S)-1-[(4-amino-5H-pyrrolo[3,2-d]pyrimidin-7-yl)methyl]-4-({[2-(2-hydroxyethoxy)ethyl]sulfanyl}methyl)pyrrolidin-3- ol;
DIETGLYCOL-THIO-DADME-IMMUCILLIN-A
ChEMBL
DrugBank
ZINCZINC000095920643
PDB chain4f2p Chain A Residue 301 [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]
PDB4f2p Crystal structure of 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase from Salmonella enterica with diEtglycol-thio-DADMe-Immucillin-A
Resolution1.64 Å
Binding residue
(original residue number in PDB)
I50 S76 A77 G78 F151 I152 E172 M173 E174 D197 F207
Binding residue
(residue number reindexed from 1)
I50 S76 A77 G78 F151 I152 E172 M173 E174 D197 F207
Annotation score1
Binding affinityMOAD: Ki=5pM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Wed Feb 19 03:01:09 2025

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 = '4f2p', asym_id = 'A', bs = 'BS01', title = "Crystal structure of 5'-methylthioadenosine/S-ad...enterica with diEtglycol-thio-DADMe-Immucillin-A "
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4f2p', asym_id='A', bs='BS01', title="Crystal structure of 5'-methylthioadenosine/S-ad...enterica with diEtglycol-thio-DADMe-Immucillin-A ")
   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 = '0003824,0008782,0008930,0009116,0009164,0019509', uniprot = '', pdbid = '4f2p', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003824,0008782,0008930,0009116,0009164,0019509', uniprot='', pdbid='4f2p', 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>