Change Alignments track "Fade mismatches by quality" setting to a separate config param and made it less strict #1861
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The "Color by" scheme for alignments currently has 'Fade mismatches by quality'
Instead of making this specifically a property of "Color by", I change this to a separate setting
Then I also make the fading less "strict" e.g. right now it is a scale on a 0-90 but I make it on 0-50 because at quality 40, you are 99.99% sure the base call is right (see https://learn.gencore.bio.nyu.edu/wp-content/uploads/2018/01/Screen-Shot-2018-01-07-at-1.36.09-PM-768x535.png) and so you really only need to worry at like 20 or less. Even though phred can go up to 90 it does not need to really be faded after 50 or so I think