| Crates.io | flash-cli |
| lib.rs | flash-cli |
| version | 0.1.0 |
| created_at | 2025-10-09 22:02:34.211625+00 |
| updated_at | 2025-10-09 22:02:34.211625+00 |
| description | Command-line interface for the FLASH read merging algorithm |
| homepage | https://github.com/antonmry/FastFiRSt |
| repository | https://github.com/antonmry/FastFiRSt |
| max_upload_size | |
| id | 1876237 |
| size | 12,206 |
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.
flash-cli input1.fq input2.fq --output-dir out --output-prefix merged
For all available options, run:
flash-cli --help
Released under the MIT license. See the repository root for details.