GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
202 stars 61 forks source link

Synteny and/or breakpoint split view in the middle, possibly instead of as overlay #770

Closed cmdcolin closed 4 years ago

cmdcolin commented 4 years ago

As visual inspiration

Instead of making the synteny draw within the views space, as the breakpoint split view has, it can maybe be nice to just have it in the middle

I tested it out here https://github.com/GMOD/jbrowse-components/tree/synteny_in_the_middle

There is a weird sort of conceptualization that is a little different than overlay which is that it assumes, for example, that if you have 3 views, view 1 isn't going to connect to view 3, just 1->2 and 2->3

cmdcolin commented 4 years ago

I started making this an option in the synteny demo branch, will close this for now.