Skip to content

Commit cabd25f

Browse files
committed
document new routes
1 parent 53e4928 commit cabd25f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/rest-routes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ Multiple sequence alignments
2929
Clustering
3030
----------
3131
[/api/v2/clustering](/api/v2/clustering) List the clustering settings operating
32-
**/api/v2/clustering/*clustering_algorithm*/change_id** Return the change_id, an incrementing integer which rises are changes are made to clusters
32+
**/api/v2/clustering/*clustering_algorithm*/change_id** Return the change_id, an incrementing integer which rises as changes are made to clusters
33+
**/api/v2/clustering/*clustering_algorithm*/clusters** Lists clusters, and number of mixed and unmixed samples in each.
3334
**/api/v2/clustering/*clustering_algorithm*/guids2clusters** Return a guid -> cluster lookup
34-
**/api/v2/clustering/*clustering_algorithm*/clusters** Return unique cluster_ids for *clustering_algorithm*
35-
**/api/v2/clustering/*clustering_algorithm*/guids2clusters/after_change_id/*change_id* ** Return a guid -> cluster lookup after some particular point in time.
35+
**/api/v2/clustering/*clustering_algorithm*/guids2clusters/after_change_id/*change_id* ** Return a guid -> cluster lookup after some particular point in time.
36+
**/api/v2/clustering/*clustering_algorithm*/cluster_ids** Return unique cluster_ids for *clustering_algorithm*
37+
**/api/v2/clustering/*clustering_algorithm*/*cluster_id*/network** return a Cytoscape.js json string. See ui/cytoscape_viewer1.html for example code consuming this.
3638

3739
Insert into server
3840
-------------------

0 commit comments

Comments
 (0)