![Logo](assets/logo_v2.png) [![Build Status](https://github.com/hallsopp/pairs/actions/workflows/rust.yml/badge.svg)]() [![Crates.io](https://img.shields.io/crates/v/pai-rs.svg)](https://crates.io/crates/pai-rs) [![Crates.io](https://img.shields.io/crates/l/pai-rs.svg)](https://crates.io/crates/pai-rs) [![Documentation](https://docs.rs/pai-rs/badge.svg)](https://docs.rs/pai-rs) # Description 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](https://doi.org/10.1093/nargab/lqaa012) and the Block Aligner introduced by [Liu and Steinegger, 2023](https://doi.org/10.1093/bioinformatics/btad487). # Installation Not there yet. To test at this stage, install rustup, clone the repository and run `make compile/debug`.