ngs 0.4.0

Command line tool for processing next-generation sequencing data.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Utilities that are used across the `ngs` subcommands.

pub mod alignment;
pub mod args;
pub mod cigar;
pub mod display;
pub mod formats;
pub mod genome;
pub mod histogram;
pub mod pathbuf;