Changes between Version 31 and Version 32 of PhyloWS_workgroup
- Timestamp:
- 2008/02/12 17:50:39 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhyloWS_workgroup
v31 v32 6 6 * Accumulating [https://www.nescent.org/wg_evoinfo/PhyloWS#Use_Cases use-cases] 7 7 * Formulating a task-oriented API [https://www.nescent.org/wg_evoinfo/PhyloWS#PhyloWS_Requirements requirements] description 8 * Identify "method signatures" for API (e.g. input: a tree, output: a number for methods that return tree scores). A whiteboard sketch exercise indicated that the following might be plausible inputs: 1 tree, pair of trees, set of trees; 1 OTU, pair of OTUs, set of OTUs; 1 node, pair of nodes, set of nodes; 1 character, set of characters; 1 seq (character state sequence of various types), pair of seqs, set of seqs; a data matrix and some combinations of these types: OTU(s) and a data matrix, tree and data matrix. Plausible outputs are the same as the mentioned inputs + numbers (floats and ints) + strings and sets of strings.9 8 * Proposing a concrete REST~~ or SOAP-~~based API 10 9 * Propose input/output formats (e.g. http://$resource?view=$format where $resource is an opaque url to some data resource (matrix, tree, etc) and $format something like nexus, phylip, nexml, phyloxml, json, etc.)