Skip to content

First public pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@Arkanosis Arkanosis released this 21 Jul 03:03
· 71 commits to master since this release
v0.1.0
9e07934

This first pre-release of bamrescue is able to check bam files for all kinds of corruptions (including truncation, bitflips, bad sectors and frameshifts) and outputs statistics about bgzf blocks and lost data.

It is a bit slower than gzip -t on a single thread, but much faster with more threads.

While not production ready yet, it is already a viable replacement for gzip -t, giving more information in less time.