Changes between Version 14 and Version 15 of PDBj-DDBJ-KEGG

Show
Ignore:
Timestamp:
2008/02/12 15:25:46 (16 years ago)
Author:
akinjo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDBj-DDBJ-KEGG

    v14 v15  
    3636Let's call this "funcanot" workflow. 
    3737 
    38 let hits = BLAST_DDBJ(fasta) 
     38let hits = BLAST_DAD(fasta) 
    3939if func_known(hits) then 
    4040  return hits 
     
    4848       done 
    4949 
     50||input|| amino acid sequence with unknown function|| 
     51||output||functionally annotated homologs|| 
    5052 
    5153 
    5254= SOAP vs. REST = 
    53  * SOAP isn't good at huge data (big XML file)? 
    54  * REST requires more coding on the client side. User must handle output data (XML or flat text...) 
     55 * SOAP isn't good at huge data (e.g., big XML file) <-> No problem with REST. 
     56 * REST requires more coding on the client side. User must handle output data (XML or flat text...) <-> SOAP can give you the object right away. 
    5557 * REST cannot do complicated stuffs? 
    5658 * No language supports the full SOAP spec.