Expand description
ngs
is a command line tool written to facilitate the analysis of
next-generation sequencing analysis. This package is composed of both
a library crate, as well as a binary crate.
This documentation generally refers to the library crate documentation for
use by developers of ngs
. If you’re interested in details about using
the ngs
command line tool (much more common), please visit the
wiki page.
Modules
- Functionality related to the
ngs convert
subcommand. - Functionality related to the
ngs derive
subcommand. - Functionality related to the
ngs generate
subcommand. - Functionality related to the
ngs index
subcommand. - Functionality related to the
ngs list
subcommand. - Functionality related to the
ngs plot
subcommand. - Functionality related to the
ngs qc
subcommand. - Utilities that are used across the
ngs
subcommands. - Functionality related to the
ngs view
subcommand.
Macros
- Expands the provided arguments into a new Sequence. This is provided for convenience when specifying large reference genomes.