Structure of PDB 3dl5 Chain C Binding Site BS04

Receptor Information
>3dl5 Chain C (length=508) Species: 237895 (Cryptosporidium hominis) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
EKNVSIVVAASVLSSGIGINGQLPWSISEDLKFFSKITNNKCDSNKKNAL
IMGRKTWDSIGRRPLKNRIIVVISSSLPQDEADPNVVVFRNLEDSIENLM
NDDSIENIFVCGGESIYRDALKDNFVDRIYLTRVALEDIEFDTYFPEIPE
TFLPVYMSQTFCTKNISYDFMIFEKQEKKLKSIDDTVDLLGEIFGIRKMG
NRHKFPKEEIYNTPSIRFGREHYEFQYLDLLSRVLENGAYRENRTGISTY
SIFGQMMRFDMRESFPLLTTKKVFIRSIFEELIWFIKGDTNGNHLIEKKV
YIWSGNGSKEYLERIGLGHREENDLGPIYGFQWRHYNGEYKTMHDDYTGV
GVDQLAKLIETLKNNPKDRRHILTAWNPSALSQMALPPCHVLSQYYVTND
NCLSCNLYQRSCDLGLGSPFNIASYAILTMMLAQVCGYEPGELAIFIGDA
HIYENHLTQLKEQLSRTPRPFPQLKFKRKVENIEDFKWEDIELIGYYPYP
TIKMDMAV
Ligand information
Ligand IDUMP
InChIInChI=1S/C9H13N2O8P/c12-5-3-8(11-2-1-7(13)10-9(11)14)19-6(5)4-18-20(15,16)17/h1-2,5-6,8,12H,3-4H2,(H,10,13,14)(H2,15,16,17)/t5-,6+,8+/m0/s1
InChIKeyJSRLJPSBLDHEIO-SHYZEUOFSA-N
SMILES
SoftwareSMILES
ACDLabs 12.01O=P(O)(O)OCC2OC(N1C(=O)NC(=O)C=C1)CC2O
CACTVS 3.370O[CH]1C[CH](O[CH]1CO[P](O)(O)=O)N2C=CC(=O)NC2=O
OpenEye OEToolkits 1.7.6C1[C@@H]([C@H](O[C@H]1N2C=CC(=O)NC2=O)COP(=O)(O)O)O
CACTVS 3.370O[C@H]1C[C@@H](O[C@@H]1CO[P](O)(O)=O)N2C=CC(=O)NC2=O
OpenEye OEToolkits 1.7.6C1C(C(OC1N2C=CC(=O)NC2=O)COP(=O)(O)O)O
FormulaC9 H13 N2 O8 P
Name2'-DEOXYURIDINE 5'-MONOPHOSPHATE;
DUMP
ChEMBLCHEMBL211312
DrugBankDB03800
ZINCZINC000004228260
PDB chain3dl5 Chain D Residue 615 [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]
PDB3dl5 Explaining an unusually fast parasitic enzyme: folate tail-binding residues dictate substrate positioning and catalysis in Cryptosporidium hominis thymidylate synthase.
Resolution2.74 Å
Binding residue
(original residue number in PDB)
R382 R383
Binding residue
(residue number reindexed from 1)
R369 R370
Annotation score3
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 09:49:57 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 = '3dl5', asym_id = 'C', bs = 'BS04', title = 'Explaining an unusually fast parasitic enzyme: f...in Cryptosporidium hominis thymidylate synthase. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='3dl5', asym_id='C', bs='BS04', title='Explaining an unusually fast parasitic enzyme: f...in Cryptosporidium hominis thymidylate synthase. ')
   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 = '3dl5', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004146,0004799,0006231,0006730,0016741,0046654', uniprot='', pdbid='3dl5', 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>