2026-04-16 22:38:20 +02:00
|
|
|
# obikmer
|
|
|
|
|
|
|
|
|
|
`obikmer` is a Rust tool for manipulation, counting, indexing, and set operations on DNA sequences represented as kmer sets.
|
|
|
|
|
|
|
|
|
|
## Constraints
|
|
|
|
|
|
2026-05-17 10:20:22 +08:00
|
|
|
- Target scale: individual genome datasets, tens of Gbases
|
2026-04-16 22:38:20 +02:00
|
|
|
- Maximum efficiency in computation, memory, and disk usage
|
|
|
|
|
- Input formats: FASTA, FASTQ, gzip, streaming stdin
|
|
|
|
|
|
|
|
|
|
## Priority operations
|
|
|
|
|
|
|
|
|
|
- Kmer counting (frequencies)
|
|
|
|
|
- Fast search / query
|
|
|
|
|
- Set operations: union, intersection, difference
|