Function bigtools::utils::cli::bigwigtobedgraph::write_bg

source ยท
pub fn write_bg<R: Reopen + SeekableRead + Send + 'static>(
    bigwig: BigWigRead<R>,
    out_file: File,
    inmemory: bool,
    nthreads: usize,
) -> Result<(), BBIReadError>