Function bigtools::utils::cli::bigbedtobed::write_bed_from_bed

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