oarfish 0.5.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;