-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add helpers for mateCigar and matesOverlap on SamRecord #717
Conversation
Codecov Report
@@ Coverage Diff @@
## master #717 +/- ##
==========================================
+ Coverage 95.39% 95.42% +0.03%
==========================================
Files 114 114
Lines 6596 6623 +27
Branches 426 444 +18
==========================================
+ Hits 6292 6320 +28
+ Misses 304 303 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
One minor change.
Back to you! |
Thanks Tim I think that makes a lot of sense! |
Wait to merge, I am redundantly using |
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.
@nh13 This is ready for final review!
Ok, done! One more fast path added! I confirmed via coverage reporting all branches are tested too. |
No description provided.