varforge 0.1.1

Synthetic cancer sequencing test data generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Core simulation primitives: types, coverage, fragment sampling, quality models, and the read engine.

pub mod capture;
pub mod coverage;
pub mod end_motifs;
pub mod engine;
pub mod error_profile;
pub mod fragment;
pub mod gc_bias;
pub mod multi_sample;
pub mod profile_learner;
pub mod quality;
pub mod types;