-
Notifications
You must be signed in to change notification settings - Fork 596
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
Restore base quality filter code that got reverted in #4895 #5123
Conversation
@meganshand please review! |
Codecov Report
@@ Coverage Diff @@
## master #5123 +/- ##
===============================================
- Coverage 86.735% 86.668% -0.068%
+ Complexity 29312 29049 -263
===============================================
Files 1810 1809 -1
Lines 135549 134690 -859
Branches 15031 14934 -97
===============================================
- Hits 117569 116733 -836
+ Misses 12566 12545 -21
+ Partials 5414 5412 -2
|
17c7fb5
to
8ee28fd
Compare
@meganshand I added a very specific test to check for this bug that I introduced. I confirmed that the test fails before this change and passes after. |
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.
Thanks for the test!
@@ -201,8 +201,6 @@ private File createSyntheticSam(final int refDepth, final int altDepth) throws I | |||
|
|||
// create a sample list | |||
final int chromosomeIndex = 0; | |||
final String sampleName = "samthreetree"; |
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.
Did you mean to make these changes? They look unrelated to the other test.
b25ccf7
to
2acc809
Compare
…uplicated code in tests surrounding Mutect2.
2acc809
to
9df7b59
Compare
HI @takutosato, gatk/src/main/java/org/broadinstitute/hellbender/tools/walkers/mutect/Mutect2FilteringEngine.java Lines 115 to 117 in 9df7b59
Looks like this could have impacted one or more of mutect2 somatic filtering (doc-11136). I believe bug was related to an argument,
I am looking through our mutect2 filtered calls and filtering rules applied. Among PASS calls, so far, I don't see false positive with respect to |
This unintended change crept in with #4895.
@meganshand @davidbenjamin