cytoscape / cyREST

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

network/create empty example value not working #53

Closed jorgeboucas closed 6 years ago

jorgeboucas commented 6 years ago

I am not managing to get a proper result even after playing with the example values.

dotasek commented 6 years ago

Here's my use case (I verified that this works moments ago):

  1. Load an existing network.
  2. Select some nodes and edges in that network.
  3. Execute network/network_create with these parameters:
    {
    "edgeList": "selected",
    "excludeEdges": "false",
    "networkName": "my_new_subnetwork.sif",
    "nodeList": "selected",
    "source": "current"
    }

This should generate a new subnetwork.

Hopefully this helps. Since this issue relates to the command implementation, this issue will be handled by (http://code.cytoscape.org/redmine/issues/4116) and closed here.

jorgeboucas commented 6 years ago

with your example I got it nicely through.