cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Layout via REST API doesn't include 'layout selected' options. #81

Open dotasek opened 6 years ago

dotasek commented 6 years ago

Applying a layout via GET /v1/apply/layouts/{algorithmName}/{networkId} has no option in parameters to apply to selected nodes only.

Neither does the GET /v1/apply/layouts/{algorithmName}/parameters endpoint. This is only available in the gui, or via commands due to some pre-execution processing.