Structure of PDB 4ky8 Chain C Binding Site BS04

Receptor Information
>4ky8 Chain C (length=505) Species: 237895 (Cryptosporidium hominis) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
EKNVSIVVAASVLSSGIGINGQLPWSISEDLKFFSKITNNKCDSNKKNAL
IMGRKTWDSIGRRPLKNRIIVVISSSLPQDEADPNVVVFRNLEDSIENLM
NDDSIENIFVCGGESIYRDALKDNFVDRIYLTRVALEDIEFDTYFPEIPE
TFLPVYMSQTFCTKNISYDFMIFEKQLKSIDDTVDLLGEIFGIRKMGNRH
KFPKEEIYNTPSIRFGREHYEFQYLDLLSRVLENGAYRENRTGISTYSIF
GQMMRFDMRESFPLLTTKKVAIRSIFEELIWFIKGDTNGNHLIEKKVYIW
SGNGSKEYLERIGLGHREENDLGPIYGFQWRHYNGEYKTMHDDYTGVGVD
QLAKLIETLKNNPKDRRHILTAWNPSALSQMALPPCHVLSQYYVTNDNCL
SCNLYQRSCDLGLGSPFNIASYAILTMMLAQVCGYEPGELAIFIGDAHIY
ENHLTQLKEQLSRTPRPFPQLKFKRKVENIEDFKWEDIELIGYYPYPTIK
MDMAV
Ligand information
Ligand ID1UF
InChIInChI=1S/C19H18ClN5O6S/c1-7-14(13-15(22-7)24-19(21)25-17(13)29)32-8-2-3-9(10(20)6-8)16(28)23-11(18(30)31)4-5-12(26)27/h2-3,6,11H,4-5H2,1H3,(H,23,28)(H,26,27)(H,30,31)(H4,21,22,24,25,29)/t11-/m0/s1
InChIKeyDTVBRZFMWHDIOO-NSHDSACASA-N
SMILES
SoftwareSMILES
CACTVS 3.370Cc1[nH]c2N=C(N)NC(=O)c2c1Sc3ccc(c(Cl)c3)C(=O)N[C@@H](CCC(O)=O)C(O)=O
ACDLabs 12.01O=C(O)C(NC(=O)c3ccc(Sc1c(nc2N=C(N)NC(=O)c12)C)cc3Cl)CCC(=O)O
CACTVS 3.370Cc1[nH]c2N=C(N)NC(=O)c2c1Sc3ccc(c(Cl)c3)C(=O)N[CH](CCC(O)=O)C(O)=O
OpenEye OEToolkits 1.7.6Cc1c(c2c([nH]1)N=C(NC2=O)N)Sc3ccc(c(c3)Cl)C(=O)NC(CCC(=O)O)C(=O)O
FormulaC19 H18 Cl N5 O6 S
NameN-{4-[(2-amino-6-methyl-4-oxo-4,7-dihydro-3H-pyrrolo[2,3-d]pyrimidin-5-yl)sulfanyl]-2-chlorobenzoyl}-L-glutamic acid
ChEMBLCHEMBL224868
DrugBank
ZINCZINC000013586664
PDB chain4ky8 Chain C Residue 604 [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]
PDB4ky8 Substituted pyrrolo[2,3-d]pyrimidines as Cryptosporidium hominis thymidylate synthase inhibitors.
Resolution3.084 Å
Binding residue
(original residue number in PDB)
I315 W316 N319 D426 L429 G430 F433 M519 A520
Binding residue
(residue number reindexed from 1)
I299 W300 N303 D410 L413 G414 F417 M503 A504
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 10:02:02 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 = '4ky8', asym_id = 'C', bs = 'BS04', title = 'Substituted pyrrolo[2,3-d]pyrimidines as Cryptosporidium hominis thymidylate synthase inhibitors.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4ky8', asym_id='C', bs='BS04', title='Substituted pyrrolo[2,3-d]pyrimidines as Cryptosporidium hominis thymidylate synthase inhibitors.')
   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 = '0004146,0004799,0006231,0006730,0016741,0046654', uniprot = '', pdbid = '4ky8', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004146,0004799,0006231,0006730,0016741,0046654', uniprot='', pdbid='4ky8', 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>