This is the home of most of my code. Take a look around--something may catch your eye!
If you are extraordinarily bold and curious, check out this cool project that has been piquing my interest recently.
This is the home of most of my code. Take a look around--something may catch your eye!
If you are extraordinarily bold and curious, check out this cool project that has been piquing my interest recently.
SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
Bam Error Stats Tool (best): analysis of error types in aligned reads.
Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
Accelerating the deduplication and collapsing process for reads with Unique Molecular Identifiers (UMI). Heavily optimized for scalability and orders of magnitude faster than a previous tool.
Cute tricks for SIMD vectorized binary encoding and decoding of nucleotides, in Rust.