roers 0.2.0

A tool to prepare augmented annotations for single-cell RNA-seq analysis.
Documentation
[[bin]]
name = "roers"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.71"

[dependencies.clap]
features = ["derive", "wrap_help", "cargo"]
version = "4.3.11"

[dependencies.grangers]
version = "0.2.1"

[dependencies.itertools]
version = "0.11.0"

[dependencies.noodles]
features = ["fasta"]
version = "0.44.0"

[dependencies.oomfi]
version = "0.1.2"

[dependencies.peak_alloc]
version = "0.2.0"

[dependencies.polars]
features = ["lazy", "dataframe_arithmetic", "sort_multiple", "checked_arithmetic", "rows", "dtype-struct", "dtype-categorical", "list_eval", "concat_str", "strings"]
version = "0.30"

[dependencies.serde]
features = ["derive"]
version = "1.0.170"

[dependencies.serde_json]
version = "1.0.100"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.17"

[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.6"

[lib]
name = "roers"
path = "src/lib/lib.rs"

[package]
authors = ["Dongze He <dhe17@umd.edu>", "Rob Patro <rob@cs.umd.edu>"]
categories = ["science", "data-structures"]
description = "A tool to prepare augmented annotations for single-cell RNA-seq analysis."
edition = "2021"
homepage = "https://github.com/COMBINE-lab/roers"
include = ["/src/lib/lib.rs", "/src/main.rs", "/Cargo.toml", "/Cargo.lock", "/README.md", "/LICENSE"]
keywords = ["genomics", "GTF-GFF", "splici", "scRNA-seq", "augmented-reference"]
license-file = "LICENSE"
name = "roers"
readme = "README.md"
repository = "https://github.com/COMBINE-lab/roers"
version = "0.2.0"