nale 0.1.2

Nale is a library that performs profile Hidden Markov Model (PHMM) biological sequence alignment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod bound;
pub use bound::{CloudBound, CloudBoundGroup};

mod cloud_matrix;
pub use cloud_matrix::CloudMatrixLinear;

mod cloud_search_params;
pub use cloud_search_params::CloudSearchParams;

mod dp_matrix_sparse;
pub use dp_matrix_sparse::DpMatrixSparse;

mod row_bounds;
pub use row_bounds::RowBounds;

mod seed;
pub use seed::Seed;