Structure of PDB 4ky8 Chain C Binding Site BS03

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 IDMTX
InChIInChI=1S/C20H22N8O5/c1-28(9-11-8-23-17-15(24-11)16(21)26-20(22)27-17)12-4-2-10(3-5-12)18(31)25-13(19(32)33)6-7-14(29)30/h2-5,8,13H,6-7,9H2,1H3,(H,25,31)(H,29,30)(H,32,33)(H4,21,22,23,26,27)/t13-/m0/s1
InChIKeyFBOZXECLQNJBKD-ZDUSSCGKSA-N
SMILES
SoftwareSMILES
CACTVS 3.341CN(Cc1cnc2nc(N)nc(N)c2n1)c3ccc(cc3)C(=O)N[CH](CCC(O)=O)C(O)=O
CACTVS 3.341CN(Cc1cnc2nc(N)nc(N)c2n1)c3ccc(cc3)C(=O)N[C@@H](CCC(O)=O)C(O)=O
OpenEye OEToolkits 1.5.0CN(Cc1cnc2c(n1)c(nc(n2)N)N)c3ccc(cc3)C(=O)NC(CCC(=O)O)C(=O)O
ACDLabs 10.04O=C(O)C(NC(=O)c1ccc(cc1)N(C)Cc2nc3c(nc2)nc(nc3N)N)CCC(=O)O
OpenEye OEToolkits 1.5.0CN(Cc1cnc2c(n1)c(nc(n2)N)N)c3ccc(cc3)C(=O)N[C@@H](CCC(=O)O)C(=O)O
FormulaC20 H22 N8 O5
NameMETHOTREXATE
ChEMBLCHEMBL34259
DrugBankDB00563
ZINCZINC000001529323
PDB chain4ky8 Chain C Residue 603 [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)
V9 V10 A11 D32 L33 K34 F36 S37 I62 R70 C113
Binding residue
(residue number reindexed from 1)
V7 V8 A9 D30 L31 K32 F34 S35 I60 R68 C111
Annotation score2
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 14:41:43 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 = 'BS03', 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='BS03', 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>