mmft 0.2.1

A minimal fasta toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod extract;
pub mod filter;
pub mod gc;
pub mod length;
pub mod merge;
pub mod min;
pub mod n50;
pub mod number;
pub mod regex;
pub mod reverse;
pub mod sample;
pub mod split;
pub mod translate;