-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collapse introns #4033
base: main
Are you sure you want to change the base?
Collapse introns #4033
Conversation
it was mentioned recently that this could be made an external plugin while the details of this are getting resolved. there are some tricky issues but if it's external, little lower bar for acceptance |
11d5745
to
9158297
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4033 +/- ##
==========================================
- Coverage 62.61% 62.53% -0.08%
==========================================
Files 1088 1088
Lines 31495 31518 +23
Branches 7531 7532 +1
==========================================
- Hits 19721 19711 -10
- Misses 11602 11632 +30
- Partials 172 175 +3 ☔ View full report in Codecov by Sentry. |
9254752
to
5c93cdc
Compare
5c93cdc
to
936f46b
Compare
Misc Update snaps Collapse intron p1 Properly size linear genome view after creation Bump deps
936f46b
to
5d6e0a5
Compare
This is a work in progress for collapsing introns in the linear genome view
Very basic implementation, filtering exon subfeatures and adds a small window around each exon, and creates a list of displayedRegions from that
fixes #557