pai-rs 0.0.1

Precise Assessment of Indels in Rust (pairs) is a tool for detecting insertion/deletion/substituion (indels) events following CRISPR.
Documentation
pai-rs-0.0.1 has been yanked.

Build Status Crates.io Crates.io Documentation

Pairs

Precise Assessment of Indels in Rust (pairs) is a tool for detecting insertion/deletion/substituion (indels) events in DNA sequences following CRISPR treatments. It operates on short read, deep sequence data. It is designed to be fast while maintaining a high degree of accuracy. To achieve this, it uses a hybrid combination of a custom implementation of the Prefixed Index Counting (PIC) algorithm introduced by Lee et al., 2020 and the Block Aligner introduced by Liu and Steinegger, 2023.

Installation

Not there yet. To test at this stage, install rustup, clone the repository and run make compile/debug.