scattr 0.2.1

A tool for estimating the copy number of large tandem repeats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod align;
mod define;
mod extract;
mod genotype;
mod stats;

pub use align::run_align_command;
pub use define::run_define_command;
pub use extract::run_extract_command;
pub use genotype::run_genotype_command;
pub use stats::run_stats_command;

pub use align::AlignCommandArgs;
pub use define::DefineCommandArgs;
pub use extract::ExtractCommandArgs;
pub use genotype::GenotypeCommandArgs;
pub use stats::StatsCommandArgs;