zakandrewking / escher

Build, share, and embed visualizations of metabolic pathways.
https://escher.github.io
Other
210 stars 78 forks source link

Possible to split metabolite nodes? #241

Open willigott opened 6 years ago

willigott commented 6 years ago

Let's say I have two reactions connected with each other e.g.

A <-> B <-> C

Is there a way to split those again into two separate reactions

A <-> B and B <->C?

So ideally, there would be a right-click option split_node. Does something like this exist already?

zakandrewking commented 6 years ago

Currently we do not have this functionality. It is on our development roadmap:

https://github.com/zakandrewking/escher/wiki/Development-Roadmap

But we have not started work on it. I'll leave this issue open to help track progress.