flash-lib 0.1.0

Rust port of the FLASH read merging algorithm
Documentation
1
2
3
4
5
6
7
8
9
# flash-lib

Core Rust implementation of the FLASH (Fast Length Adjustment of SHort reads) algorithm for merging
paired-end FASTQ reads. This crate powers the `flash-cli` binary and exposes utilities for embedding
FLASH functionality in other Rust projects.

## License

Released under the MIT license.