nanalogue 0.1.9

BAM/Mod BAM parsing and analysis tool with a single-molecule focus
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # Mod
//!
//! These correspond to the subcommands executed by our command
//! line program.

pub mod find_modified_reads;
pub mod peek;
pub mod read_info;
pub mod read_stats;
pub mod reads_table;
pub mod window_reads;