biomics 0.0.1

Early-stage bioinformatics primitives for the Biomics project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Biomics

Biomics is an experimental bioinformatics library implemented in Rust.

This is an early pre-alpha release. Its API is incomplete and may change
without notice.

## Current functionality

- GC-fraction calculation for DNA sequences

## Roadmap

- Sequence validation
- Reverse complements
- FASTA and FASTQ parsing
- K-mer operations
- Python bindings