Skip to content

fqcFASTQ compression in Rust

A block-indexed `.fqc` archive tool for compressing, restoring, inspecting, and verifying FASTQ data without turning project maintenance into a platform.

fqc logo

Pick the right path

NeedCommand shape
Standard single-end archivefqc compress -i reads.fastq -o reads.fqc
Low-memory compressionfqc compress -i reads.fastq -o reads.fqc --streaming --memory-limit 1024
Paired-end inputfqc compress -i reads_R1.fastq -2 reads_R2.fastq -o paired.fqc
Check an archive before usefqc verify -i reads.fqc
Inspect codecs and blocksfqc info -i reads.fqc --detailed --show-codecs

Start with the Quick Start if you want the shortest path from FASTQ to .fqc, or jump to the CLI reference for flags and mode details.

Focused docs for a focused FASTQ compression tool.