Structure of PDB 3hj3 Chain C Binding Site BS01

Receptor Information
>3hj3 Chain C (length=510) Species: 237895 (Cryptosporidium hominis) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
EKNVSIVVAASVLSSGIGINGQLPWSISEDLKFFSKITNNKCDSNKKNAL
IMGRKTWDSIGRRPLKNRIIVVISSSLPQDEADPNVVVFRNLEDSIENLM
NDDSIENIFVCGGESIYRDALKDNFVDRIYLTRVALEDIEFDTYFPEIPE
TFLPVYMSQTFCTKNISYDFMIFEKQEKKTQLKSIDDTVDLLGEIAGIRK
MGNRHKFPKEEIYNTPSIRFGREHYEFQYLDLLSRVLENGAYRENRTGIS
TYSIFGQMMRFDMRESFPLLTTKKVAIRSIFEELIWFIKGDTNGNHLIEK
KVYIWSGNGSKEYLERIGLGHREENDLGPIYGFQWRHYNGEYKTMHDDYT
GVGVDQLAKLIETLKNNPKDRRHILTAWNPSALSQMALPPCHVLSQYYVT
NDNCLSCNLYQRSCDLGLGSPFNIASYAILTMMLAQVCGYEPGELAIFIG
DAHIYENHLTQLKEQLSRTPRPFPQLKFKRKVENIEDFKWEDIELIGYYP
YPTIKMDMAV
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 chain3hj3 Chain C Residue 611 [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]
PDB3hj3 Exploring novel strategies for AIDS protozoal pathogens: alpha-helix mimetics targeting a key allosteric protein-protein interaction in C. hominis TS-DHFR.
Resolution2.7 Å
Binding residue
(original residue number in PDB)
R257 Y342 C402 H403 Q422 R423 S424 N434
Binding residue
(residue number reindexed from 1)
R246 Y331 C391 H392 Q411 R412 S413 N423
Annotation score3
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Thu Nov 28 19:24:15 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 = '3hj3', asym_id = 'C', bs = 'BS01', title = 'Exploring novel strategies for AIDS protozoal pa...otein-protein interaction in C. hominis TS-DHFR. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='3hj3', asym_id='C', bs='BS01', title='Exploring novel strategies for AIDS protozoal pa...otein-protein interaction in C. hominis TS-DHFR. ')
   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 = '3hj3', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004146,0004799,0006231,0006730,0016741,0046654', uniprot='', pdbid='3hj3', 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>