oarfish 0.8.0

A fast, accurate and versatile tool for long-read transcript quantification.
1
2
3
pub(crate) const MIN_READ_THRESH: f64 = 1e-5;
pub(crate) const EM_DENOM_THRESH: f64 = 1e-30_f64;
pub(crate) const EMPTY_READ_NAME: &str = "no_read_name_available";