Skip to content

Commit

Permalink
Merge pull request #8 from COMBINE-lab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rob-p authored Oct 28, 2023
2 parents c7d21fc + d0814f7 commit 1b85653
Show file tree
Hide file tree
Showing 3 changed files with 812 additions and 22 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ name = "roers"
path = "src/lib/lib.rs"

[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.11", features = ["derive", "wrap_help","cargo"] }
grangers = { git = "https://github.com/COMBINE-lab/grangers.git", branch="dev", version = "0.2.1" }
polars = { version = "0.30", features = ["lazy","dataframe_arithmetic","sort_multiple", "checked_arithmetic","rows","dtype-struct", "dtype-categorical", "list_eval","concat_str", "strings"]}
anyhow = "1.0.75"
clap = { version = "4.4.7", features = ["derive", "wrap_help","cargo"] }
grangers = { git = "https://github.com/COMBINE-lab/grangers.git", branch="dev", version = "0.4.0" }
polars = { version = "0.34.2", features = ["lazy","dataframe_arithmetic","sort_multiple", "checked_arithmetic","rows","dtype-struct", "dtype-categorical", "list_eval","concat_str", "strings"]}
peak_alloc = "0.2.0"
tracing = "0.1.37"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
noodles = { version = "0.44.0", features = ["fasta"] }
serde = {version = "1.0.170", features = ["derive"]}
serde_json = "1.0.100"
noodles = { version = "0.56.0", features = ["gtf","gff","fasta", "core"] }
serde = {version = "1.0.190", features = ["derive"]}
serde_json = "1.0.107"
itertools = "0.11.0"
oomfi = "0.1.2"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
xxhash-rust = { version = "0.8.7", features = ["xxh3"] }
Loading

0 comments on commit 1b85653

Please sign in to comment.