-
Notifications
You must be signed in to change notification settings - Fork 82
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
Io bam performance #3106
Io bam performance #3106
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a814aad
to
b3c5cd7
Compare
Codecov ReportBase: 98.22% // Head: 98.18% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3106 +/- ##
==========================================
- Coverage 98.22% 98.18% -0.04%
==========================================
Files 275 276 +1
Lines 12192 12277 +85
==========================================
+ Hits 11975 12054 +79
- Misses 217 223 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
dbda73f
to
f5de3d2
Compare
f5de3d2
to
5cc066a
Compare
606d3d8
to
349e168
Compare
349e168
to
8a8d7ee
Compare
Co-authored-by: Enrico Seiler <enrico.seiler@hotmail.de>
8a8d7ee
to
3cd2155
Compare
Co-authored-by: Svenja Mehringer <svenja.mehringer@fu-berlin.de>
Co-authored-by: Svenja Mehringer <svenja.mehringer@fu-berlin.de>
Co-authored-by: Svenja Mehringer <svenja.mehringer@fu-berlin.de>
Co-authored-by: Svenja Mehringer <svenja.mehringer@fu-berlin.de>
Co-authored-by: Svenja Mehringer <svenja.mehringer@fu-berlin.de>
7af3173
to
7b762b8
Compare
🤞
SAM
Benchmark a small SAM file (
/group/ag_abi/gene/benchmark-files/io-test.bam
as SAM):Before:
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:10.33
After:
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:07.60
Seqan2:
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:06.19
BAM
Benchmark a small BAM file (
/group/ag_abi/gene/benchmark-files/io-test.bam
):Before:
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:07.42
After:
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:02.66
Seqan2:
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:01.47
Looks like I need to make this pretty s.t. it can be merged.