Function bigtools::utils::cli::bigbedtobed::write_bed

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