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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test:
	cargo test --verbose --lib -- --nocapture

compile/release:
	cargo build --release

compile/debug:
	cargo build

crate/pack:
	cargo package --allow-dirty

crate/publish: crate/pack
	cargo publish