rustyhmmer 0.1.2

Pure-Rust HMMER3 hmmsearch with byte-identical --tblout output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod alphabet;
pub mod api;
pub mod bias;
pub mod dp;
pub mod forward;
pub mod hmmfile;
pub mod msv;
pub mod omx;
pub mod pipeline;
pub mod seqio;
pub mod tblout;
pub mod vitfilter;

mod easel;