Structure of PDB 1mo6 Chain A Binding Site BS01

Receptor Information
>1mo6 Chain A (length=309) Species: 1773 (Mycobacterium tuberculosis) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MTQTPDREKALELAVAQIEKSYGKGSVMRLGDEARQPISVIPTGSIALDV
ALGIGGLPRGRVIEIYGPESSGKTTVALHAVANAQAAGGVAAFIDAEHAL
DPDYAKKLGVDTDSLLVSQPDTGEQALEIADMLIRSGALDIVVIDSVAAL
VPRAELEVGLQARLMSQALRKMTGALNNSGTTAIFINQLTTGGKALKFYA
SVRMDVRRVETLKDGTNAVGNRTRVKVVKNKCLAPFKQAEFDILYGKGIS
REGSLIDMGVDQGLIRKSGAWFTYEGEQLGQGKENARNFLVENADVADEI
EKKIKEKLG
Ligand information
Ligand IDDTP
InChIInChI=1S/C10H16N5O12P3/c11-9-8-10(13-3-12-9)15(4-14-8)7-1-5(16)6(25-7)2-24-29(20,21)27-30(22,23)26-28(17,18)19/h3-7,16H,1-2H2,(H,20,21)(H,22,23)(H2,11,12,13)(H2,17,18,19)/t5-,6+,7+/m0/s1
InChIKeySUYVUBYJARFZHO-RRKCRQDMSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0c1nc(c2c(n1)n(cn2)[C@H]3C[C@@H]([C@H](O3)CO[P@](=O)(O)O[P@@](=O)(O)OP(=O)(O)O)O)N
CACTVS 3.341Nc1ncnc2n(cnc12)[CH]3C[CH](O)[CH](CO[P](O)(=O)O[P](O)(=O)O[P](O)(O)=O)O3
OpenEye OEToolkits 1.5.0c1nc(c2c(n1)n(cn2)C3CC(C(O3)COP(=O)(O)OP(=O)(O)OP(=O)(O)O)O)N
CACTVS 3.341Nc1ncnc2n(cnc12)[C@H]3C[C@H](O)[C@@H](CO[P@@](O)(=O)O[P@](O)(=O)O[P](O)(O)=O)O3
ACDLabs 10.04O=P(O)(O)OP(=O)(O)OP(=O)(O)OCC3OC(n2cnc1c(ncnc12)N)CC3O
FormulaC10 H16 N5 O12 P3
Name2'-DEOXYADENOSINE 5'-TRIPHOSPHATE
ChEMBLCHEMBL335538
DrugBankDB03222
ZINCZINC000008215662
PDB chain1mo6 Chain A Residue 500 [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]
PDB1mo6 Structural studies on MtRecA-nucleotide complexes: Insights into DNA and nucleotide binding and the structural signature of NTP recognition
Resolution3.2 Å
Binding residue
(original residue number in PDB)
E69 S70 S71 G72 K73 T74 T75 D101 Y104 Y265 G266
Binding residue
(residue number reindexed from 1)
E69 S70 S71 G72 K73 T74 T75 D101 Y104 Y245 G246
Annotation score3
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Wed Nov 27 11:49: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 = '1mo6', asym_id = 'A', bs = 'BS01', title = 'Structural studies on MtRecA-nucleotide complexe... and the structural signature of NTP recognition '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='1mo6', asym_id='A', bs='BS01', title='Structural studies on MtRecA-nucleotide complexe... and the structural signature of NTP recognition ')
   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 = '0003677,0003697,0005524,0006259,0006281,0008094,0016887,0140664', uniprot = '', pdbid = '1mo6', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003677,0003697,0005524,0006259,0006281,0008094,0016887,0140664', uniprot='', pdbid='1mo6', 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>