-
Notifications
You must be signed in to change notification settings - Fork 387
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
Adding additional options for duplicate reads. #1542
Conversation
huh, I seem to have an test failure... I'll look into that... |
Fixed. I made the faulty assumption that renderOptions wasn't allowed to be null there. |
I love the feature. I wonder if the options should be verbs, i.e "filter", "show", and "texture". I guess texture isn't a verb, can I texture something? Or space isn't a problem, we could be explict, "filter duplicates", "show duplicates", and "texture duplicates". Again I'm not sure texture is really a verb, but its close enough in context. |
Apparently it can be used as a verb as well. I like making them verbs since it feels more like an action you're performing in the app. |
* new GroupBy duplicates option * new Duplicates submenu which allows rapid toggling of duplicates between three states * Filtered: not visible * Visible: treated like normal reads * Textures: rendered with a visible slash texture
bdeaf1c
to
71b357d
Compare
case PHASE: | ||
return al.getAttribute("HP"); | ||
case TAG: | ||
return switch (groupBy) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a big improvement.
This is in response to a feature request from @rickymagner. It doesn't seem like there was any way to see which reads are duplicates. Added some new options to help.
Showing the new grouping and cross hatching
The new menu option