igv-rs 0.7.0

Interactive terminal genome viewer for FASTA / VCF / BAM / GFF / BED / bigWig / BEDPE. Includes a bundled-igv.js browser companion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Library surface of `igv-rs` so integration tests can reach widgets,
//! state, and the loader. The binary entrypoint lives in `main.rs` and
//! consumes this same module tree.

pub mod app;
pub mod cli;
pub mod command;
pub mod input;
pub mod logging;
pub mod snapshot;
pub mod ui;