ngs 0.4.0

Command line tool for processing next-generation sequencing data.
Documentation
1
2
3
4
5
6
//! Supporting functionality for the `ngs derive instrument` subcommand.

pub mod compute;
pub mod flowcells;
pub mod instruments;
pub mod reads;