iVis-at-Bilkent / syblars

SyBLaRS: Systems Biology Layout & Rendering Service
MIT License
12 stars 1 forks source link

Add direction option for shortest path query #13

Closed hasanbalci closed 2 years ago

hasanbalci commented 2 years ago

Dijkstra algorithm in Cytoscape.js supports both directed and undirected shortest path calculation. Currently we use the undirected version (default one) and we can add directed version as well. We should update the Readme as well with this new feature.

ugurdogrusoz commented 2 years ago

Works nicely but I don't see the change in the README.