A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/samtools/samtools/issues/2187 below:

samtools stats only checksums half the quality values · Issue #2187 · samtools/samtools · GitHub

Specifically, the first half on each alignment record, due to a cut and paste error from the line above.

As quality values are stored one per byte, the line should be:

    stats->checksum.quals += crc32(0L, qual, seq_len);

and not (seq_len+1)/2 as written.

If this is fixed, the change will need to be documented as quality checksums will change between samtools versions.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4