cytoscape / cyREST

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

Cut/Copy/Paste support #77

Open dotasek opened 6 years ago

dotasek commented 6 years ago

Add support for Cut/Copy/Paste.

Note: Like Undo/Redo, this isn't a stateless operation, but could be treated with some explicit parameters instead of reliance on the selection, as suggested in #73