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
11
/*!
# Utility module
Contains generic utility functions that are not particularly specific to aardvark-bio.
*/

/// Helper functions for read/writing JSON via serde
pub mod json_io;
/// Helper functions for generating the progress bars
pub mod progress_bar;
/// Functions for basic sequence alignment scoring
pub mod sequence_alignment;