rhpvorderman / sequali

Fast sequencing data quality metrics
GNU Affero General Public License v3.0
9 stars 0 forks source link

Improve BAM nibble decoding and dispatch functions at load time. #177

Closed rhpvorderman closed 4 weeks ago

rhpvorderman commented 4 weeks ago

Credit for the more straightforward vectorization of the bam decode goes to @jmarshall.

See https://github.com/samtools/htslib/pull/1795

For the usage of constructor, see: https://github.com/samtools/htslib/pull/1786