spillover-bio 0.1.3

Genomics-focused disk-spilling sort pipeline for FASTQ/FASTA sequence records
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# spillover-bio

`spillover-bio` is a genomics-focused sorting crate built on top of [ `spillover` ](https://crates.io/crates/spillover).

It provides a ready-to-use disk-spilling sort pipeline for FASTQ/FASTA-style sequence records, with practical defaults for:

- sequence-aware sort orders (including quality tie-breaking)
- dryice-backed temporary storage codecs
- keyed merge acceleration for large spill-heavy workloads
- optional adjacent deduplication strategies

For project-level context, architecture, and runnable examples, see the main repository README:

- <https://github.com/nrminor/spillover/blob/main/README.md>

For API documentation:

- <https://docs.rs/spillover-bio>