Crates.io | libnail |
lib.rs | libnail |
version | 0.2.0 |
source | src |
created_at | 2024-01-28 01:36:33.061505 |
updated_at | 2024-07-12 20:01:05.438333 |
description | Libnail is a library that performs profile Hidden Markov Model (PHMM) biological sequence alignment. |
homepage | |
repository | https://github.com/TravisWheelerLab/nail |
max_upload_size | |
id | 1117250 |
size | 309,952 |
libnail is a library that performs profile Hidden Markov Model (PHMM) biological sequence alignment.
This libary is in early stages of development. The API should be considered highly unstable, and documentation is lacking.
To build libnail from source, you'll first need to install Rust and Cargo. The easiest way to do that is to use rustup.
Once that's done, you can then build nale:
git clone https://github.com/TravisWheelerLab/nail
cd nail/
cargo build --release
libnail is licensed under the BSD-3-Clause license.
See LICENSE
for details.
Jack Roddy - jroddy@arizona.edu