Function bigtools::utils::cli::bigwigtobedgraph::write_bg_from_bed

source ยท
pub fn write_bg_from_bed<R: Reopen + SeekableRead + Send + 'static>(
    bigbed: BigWigRead<R>,
    out_file: File,
    bed: File
) -> Result<(), BBIReadError>