flash-cli

Crates.ioflash-cli
lib.rsflash-cli
version0.1.0
created_at2025-10-09 22:02:34.211625+00
updated_at2025-10-09 22:02:34.211625+00
descriptionCommand-line interface for the FLASH read merging algorithm
homepagehttps://github.com/antonmry/FastFiRSt
repositoryhttps://github.com/antonmry/FastFiRSt
max_upload_size
id1876237
size12,206
Antón Rodríguez (antonmry)

documentation

README

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.

Commit count: 0

cargo fmt