nale 0.1.2

Nale is a library that performs profile Hidden Markov Model (PHMM) biological sequence alignment.
Documentation
#[deprecated(
    since = "0.1.2",
    note = "This crate is deprecated. See the readme for more information."
)]
pub mod align;
#[deprecated(
    since = "0.1.2",
    note = "This crate is deprecated. See the readme for more information."
)]
pub mod alphabet;
#[deprecated(
    since = "0.1.2",
    note = "This crate is deprecated. See the readme for more information."
)]
pub mod output;
#[deprecated(
    since = "0.1.2",
    note = "This crate is deprecated. See the readme for more information."
)]
pub mod structs;
#[deprecated(
    since = "0.1.2",
    note = "This crate is deprecated. See the readme for more information."
)]
mod util;
#[deprecated(
    since = "0.1.2",
    note = "This crate is deprecated. See the readme for more information."
)]
pub mod viz;