-
Notifications
You must be signed in to change notification settings - Fork 12
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
Create an index file while writing a sorted BAM file #197
Conversation
Codecov Report
@@ Coverage Diff @@
## master #197 +/- ##
==========================================
+ Coverage 86.91% 87.18% +0.27%
==========================================
Files 77 77
Lines 6267 6362 +95
Branches 520 516 -4
==========================================
+ Hits 5447 5547 +100
- Misses 300 301 +1
+ Partials 520 514 -6
Continue to review full report at Codecov.
|
0530bdb
to
cf845bf
Compare
Hi @xckitahara, Thank you for working on this feature! |
65c0569
to
7f5a7b6
Compare
It seems like GitHub cannot associate your commits with your account @xckitahara. |
@alumi Has been updated. |
I'm sorry. |
Great 👍 |
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.
I’m sorry I’m only half way through but please let me submit my review comments
7f5a7b6
to
e2b156c
Compare
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.
LGTM 👍
Performance comparison Time measurement of sort: ① time: 761.079912 ms, sd: 98.673396 µs |
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.
LGTM:+1:
20e6b08
to
778879a
Compare
This PR is to add a function to create an index file if it is already sorted when creating a BAM file.
PR for issue #141 .