dotasek
dotasek
The existing operation for loading a network does not allow for CSV or TSV files.
Control parameters of edge bundling (just like in /v1/apply/layouts/algorithmName/parameters/) Currently /v1/apply/edgebundling/{networkId} just uses default parameters.
{ "data": {}, "errors": [ { "status": 404, "type": "string", "message": "string", "link": "file:/somedirectory/CytoscapeConfiguration/3/framework-cytoscape.log" } ] } In the current implementation, the link field in an error element simply points...
Cytoscape Filters currently have no support in CyREST. Their format is actually JSON, so this would be a good opportunity to use existing formats. [ { "name" : "Default filter",...
Currently there are no automation resources for adding/removing images as the Image Manager does.
Currently, performing a layout via CyREST requires manipulating visual properties. Could operations dedicated to layout make this process more efficient? Is there anything we can't do via visual properties or...
Features such as Scale, Align, Distribute, etc. would be useful to have coverage for. @risserlin
This may not belong in this repo, but CI apps such as Diffusion should honor the Cytoscape privacy settings and send a Do Not Track header whenever they are accessed.
Via @AlexanderPico and @scootermorris : > Currently in the “View" menu of Cytoscape, Show/Hide Graphics Details is a view specific toggle, i.e., if you change it for the current network...
The Swagger UI hasn't been updated to the latest release, primarily because their paragraph formatting is inconsistent in the ApiOperation notes annotation. However, after some haphazard rooting around in their...