Structure of PDB 2oip Chain A Binding Site BS01

Receptor Information
>2oip Chain A (length=516) Species: 237895 (Cryptosporidium hominis) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
EKNVSIVVAASVLSSGIGINGQLPWSISEDLKFFSKITNNKCDSNKKNAL
IMGRKTWDSIGRRPLKNRIIVVISSSLPQDEADPNVVVFRNLEDSIENLM
NDDSIENIFVCGGESIYRDALKDNFVDRIYLTRVALEDIEFDTYFPEIPE
TFLPVYMSQTFCTKNISYDFMIFEKQEKKNCDPARGQLKSIDDTVDLLGE
IFGIRKMGNRHKFPKEEIYNTPSIRFGREHYEFQYLDLLSRVLENGAYRE
NRTGISTYSIFGQMMRFDMRESFPLLTTKKVAIRGIFEELIWFIKGDTNG
NHLIEKKVYIWSGNGSKEYLERIGLGHREENDLGPIYGFQWRHYNGEYKT
MHDDYTGVGVDQLAKLIETLKNNPKDRRHILTAWNPSALSQMALPPCHVL
SQYYVTNDNCLSCNLYQRSCDLGLGSPFNIASYAILTMMLAQVCGYEPGE
LAIFIGDAHIYENHLTQLKEQLSRTPRPFPQLKFKRKVENIEDFKWEDIE
LIGYYPYPTIKMDMAV
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 chain2oip Chain A 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]
PDB2oip Nonconserved residues Ala287 and Ser290 of the Cryptosporidium hominis thymidylate synthase domain facilitate its rapid rate of catalysis
Resolution2.8 Å
Binding residue
(original residue number in PDB)
R257 C402 Q422 R423 S424 C425 D426 N434 H464 Y466
Binding residue
(residue number reindexed from 1)
R252 C397 Q417 R418 S419 C420 D421 N429 H459 Y461
Annotation score3
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 04:17:54 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 = '2oip', asym_id = 'A', bs = 'BS01', title = 'Nonconserved residues Ala287 and Ser290 of the C...se domain facilitate its rapid rate of catalysis '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='2oip', asym_id='A', bs='BS01', title='Nonconserved residues Ala287 and Ser290 of the C...se domain facilitate its rapid rate of catalysis ')
   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 = '2oip', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004146,0004799,0006231,0006730,0016741,0046654', uniprot='', pdbid='2oip', 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>