wikipathways / cytoscape-wikipathways-app

WikiPathways app for Cytoscape to open and access pathways from WikiPathways
Apache License 2.0
5 stars 7 forks source link

Issue with Edge Bend Style #72

Closed AlexanderPico closed 6 years ago

AlexanderPico commented 6 years ago

Not sure what, but something about the Edge Bend mapping in the "WikiPathways" style breaks CyREST calls related to the style.

For example: http://localhost:1234/v1/styles/WikiPathways/mappings

  1. Run this command (in browser) after loading a pathway ==> you'll see errors
  2. Delete the Edge Bend mapping and reload the command ==> you'll see normal json response
AdamStuart commented 6 years ago

There is a ClassCastException thrown when the mapping is saved. The EdgeBend is read in wrong, but this doesn't manifest itself until saving.

AdamStuart commented 6 years ago
  1. Load a second pathway, and reissue command. Errors do not return.