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
18
#[macro_use]
extern crate log;

pub mod alignment;
pub mod catalog;
pub mod cli;
pub mod commands;
pub mod constants;
pub mod distributions;
pub mod extract;
pub mod genotype;
pub mod observers;
pub mod positions;
pub mod records;
pub mod reference;
pub mod sa;
pub mod sequence;
pub mod util;