Skip to content

Commit

Permalink
Merge pull request #7 from pangenome/overlaps
Browse files Browse the repository at this point in the history
Manage overlapping path ranges + performance improvements (runtime and memory usage)
  • Loading branch information
AndreaGuarracino authored Dec 15, 2024
2 parents 7e114b9 + 2445a8e commit 17977ac
Show file tree
Hide file tree
Showing 3 changed files with 1,110 additions and 260 deletions.
195 changes: 167 additions & 28 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gfalace"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,3 +11,8 @@ niffler = "2.6.0"
clap = { version = "4.5.22", features = ["derive"] }
handlegraph = { git = "https://github.com/chfi/rs-handlegraph", rev = "3ac575e4216ce16a16667503a8875e469a40a97a" }
gfa = "0.10.1"
bitvec = "1.0.1"
tempfile = "3.14.0"
rustc-hash = "2.1.0"
log = "0.4.22"
env_logger = "0.11.5"
Loading

0 comments on commit 17977ac

Please sign in to comment.