varforge 0.1.1

Synthetic cancer sequencing test data generator
Documentation
1
2
3
4
5
6
7
8
9
10
//! Input and output: YAML config parsing, FASTQ and BAM writers, reference genome access,
//! VCF reading and writing, and the simulation manifest.

pub mod bam;
pub mod config;
pub mod fastq;
pub mod manifest;
pub mod reference;
pub mod truth_vcf;
pub mod vcf_input;