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§
- convert
- Functionality related to the
ngs convertsubcommand. - derive
- Functionality related to the
ngs derivesubcommand. - generate
- Functionality related to the
ngs generatesubcommand. - index
- Functionality related to the
ngs indexsubcommand. - list
- Functionality related to the
ngs listsubcommand. - plot
- Functionality related to the
ngs plotsubcommand. - qc
- Functionality related to the
ngs qcsubcommand. - utils
- Utilities that are used across the
ngssubcommands. - view
- Functionality related to the
ngs viewsubcommand.
Macros§
- sequence
- Expands the provided arguments into a new Sequence. This is provided for convenience when specifying large reference genomes.