#bioinformatics #fastq #cli

app flash-cli

Command-line interface for the FLASH read merging algorithm

1 unstable release

Uses new Rust 2024

0.1.0 Oct 9, 2025

#218 in Biology

MIT license

27KB
686 lines

flash-cli

Command-line interface for the FLASH read merging algorithm implemented in Rust. This binary wraps the flash-lib crate to merge paired FASTQ reads using the same defaults as the original FLASH utility.

Usage

flash-cli input1.fq input2.fq --output-dir out --output-prefix merged

For all available options, run:

flash-cli --help

License

Released under the MIT license. See the repository root for details.

Dependencies

~1–1.7MB
~31K SLoC