Tim Dunn

@timd.one

Staff Bioinformatics Scientist at Fulcrum Genomics. Recent UMich CS PhD grad. Views are my own. https://timd.one

A CRISPR off-target search cannot report a sequence it was never given. @ameynert.bsky.social explains how DivRef brings common human variants and haplotypes into the search space—and how her rebuild complements @timd.one work on Sassy. Read Alison’s post: blog.fulcrumgenomics.com/p/a-crispr-o...

A CRISPR off-target search is only as good as the sequences it searches

Rebuilding DivRef so CRISPR off-target searches can account for human variation

blog.fulcrumgenomics.com

We built fgbio years ago to support UMI-aware sequencing. As datasets grew, the single-threaded design started to show its limits. fgumi is the next iteration: same expected outputs, rewritten for performance and scale. github.com/fulcrumgenom... Blog post details below👇

GitHub - fulcrumgenomics/fgumi: High-performance UMI tools for NGS data analysis

High-performance UMI tools for NGS data analysis. Contribute to fulcrumgenomics/fgumi development by creating an account on GitHub.

github.com

Question for the rust-bio folks: any recommendations on a dynamic de-bruijn graph crate? I found some DBG crates but they seem to be A) unmaintained and/or B) not for dynamic applications.