rosalind-bio 0.1.0

Deterministic, low-memory genomics engine: memory as a verifiable contract (declare → predict → honor → verify) for alignment and variant calling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! IO layer: standards-compliant readers and writers. Phase A4 lands the
//! spec-valid VCF writer; readers (FASTA/FASTQ/BAM) migrate here in later
//! phases.

pub mod vcf;

pub mod decompress;

pub mod fasta;

pub mod fastq;

pub mod bam;