Changes between Version 14 and Version 15 of PDBj-DDBJ-KEGG
- Timestamp:
- 2008/02/12 15:25:46 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDBj-DDBJ-KEGG
v14 v15 36 36 Let's call this "funcanot" workflow. 37 37 38 let hits = BLAST_D DBJ(fasta)38 let hits = BLAST_DAD(fasta) 39 39 if func_known(hits) then 40 40 return hits … … 48 48 done 49 49 50 ||input|| amino acid sequence with unknown function|| 51 ||output||functionally annotated homologs|| 50 52 51 53 52 54 = 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. 55 57 * REST cannot do complicated stuffs? 56 58 * No language supports the full SOAP spec.