-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Make PileupBuilder.includeMapPositionsOutsideFrInsert
intuitively correct
#981
Conversation
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.
See discussion here: #980 (comment)
src/test/scala/com/fulcrumgenomics/bam/pileup/PileupBuilderTest.scala
Outdated
Show resolved
Hide resolved
We've settled on how the filter is supposed to work and I've updated the documentation. The filter should now be more obvious in how it is supposed to be used. No functional change will occur when this PR is merged. The only updates:
|
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 looks solid. The one test just needs updating (though I may have the intention of it wrong).
src/test/scala/com/fulcrumgenomics/bam/pileup/PileupBuilderTest.scala
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #981 +/- ##
=======================================
Coverage 95.62% 95.62%
=======================================
Files 126 126
Lines 7364 7364
Branches 506 500 -6
=======================================
Hits 7042 7042
Misses 322 322
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #980