pub fn write_fld_dump(path: &Path, pmf: &[f64]) -> Result<()>Expand description
aux_info/fld.gz: per-length sample histogram. salmon draws 10,000 samples
from the log-PMF and writes the per-length i32 counts; we write the
deterministic expected histogram round(10000 * pmf[len]) (same type/layout).