GMOD / jbrowse-components

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

Adds genomic coordinates back into the sequence panel accounting for strand direction #4448

Closed carolinebridge closed 5 months ago

carolinebridge commented 5 months ago

Adds genomic coordinates back into the sequence panel accounting for strand direction

https://github.com/GMOD/jbrowse-components/issues/3873

cmdcolin commented 5 months ago

I think this is good :)

it could be an add on but we could review the fact of mode being moved into the MST model. i think some additional refactoring could be done to not mix the useState and the MST state in some cases there and go maybe full MST, but just making the start of putting mode in there is a start to that