Files
obikmer/docmd/index.md
T

16 lines
452 B
Markdown
Raw Normal View History

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
- 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