Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dib-lab/oxli into integrate_kmer_tr…
Browse files Browse the repository at this point in the history
…acking
  • Loading branch information
ctb committed Oct 28, 2024
2 parents da3f2d5 + 0f18ad1 commit db848d7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ name = "oxli"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
env_logger = "0.11.5"
log = "0.4.22"
niffler = "2.6.0"
pyo3 = { version="0.22.4", features = ["extension-module", "anyhow"] }
pyo3 = { version="0.22.5", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
sourmash = "0.15.2"
serde_json = "1.0.132"
sourmash = "0.16.0"

0 comments on commit db848d7

Please sign in to comment.