pub fn multiinter<R: Read, W: Write>(
readers: Vec<R>,
names: &[String],
header: bool,
out: W,
) -> Result<()>Expand description
Run the multi-interval intersection sweep.
Reads N BED files from readers (each (impl Read)), sweeps coordinates,
and writes the result table to out.