intspan 0.8.7

Command line tools for IntSpan related bioinformatics operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Subcommand modules for the `rgr` binary.

pub mod count;
pub mod dedup;
pub mod field;
pub mod filter;
pub mod keep;
pub mod md;
pub mod merge;
pub mod pl_2rmp;
pub mod prop;
pub mod replace;
pub mod runlist;
pub mod select;
pub mod sort;
pub mod span;