aardvark-bio 0.10.5

Aardvark - A tool for sniffing out the differences in vari-Ants
Documentation
1
2
3
4
5
6
7
8
9
10
/*!
# Parsing module
Contains the logic for parsing input files into meaningful structs / data.
*/
/// Helper functions for noodles
pub mod noodles_helper;
/// Handles creation of blocks that serve as sub-problems by parsing VCF files
pub mod region_generation;
/// Parser for the stratifications that enables lookups afterwards
pub mod stratifications;