polaranges 0.3.2

Rust-first genomic range operations on top of Polars DataFrames
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(error) = polaranges::cli::run() {
        eprintln!("error: {error}");
        std::process::exit(1);
    }
}