Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gzp = "1.0.1"
# 04f9edb = ddd31d3 (pansn-sparsification) + wfmash-rs 3cc6677 (vendored wfmash v0.14.1).
# PanSN haplotype grouping + wfmash-per-hap-pair joblist live upstream;
# this impg tree just calls them. Handles 1 _or many_ input FASTAs.
sweepga = { git = "https://github.com/pangenome/sweepga", rev = "fb2d9aae9cc83e1e198bb7b64cbbdfa7b7c33683", default-features = false }
sweepga = { git = "https://github.com/pangenome/sweepga", rev = "a5c3c14d47c35b81081c2ab90b18bdad255bd9e2", default-features = false }
seqwish = { git = "https://github.com/pangenome/seqwish", branch = "rust-3" }
allwave = { git = "https://github.com/pangenome/allwave", rev = "87fbbb64a388d078e7f6f224e9eb6d5cbfc168f4", default-features = false }

Expand All @@ -86,7 +86,7 @@ cc = "1"
# own build-dependencies, so declare these here even though the code is unused.
# Without them build.rs can run first and copy nothing. Revisions must match the
# ones sweepga pins, otherwise cargo builds each crate twice.
wfmash-rs = { git = "https://github.com/pangenome/wfmash-rs", rev = "91d24d26be32fbac351fcc66a259461333693e09" }
wfmash-rs = { git = "https://github.com/pangenome/wfmash-rs", rev = "34339a7f5ead1c5f20ce5226bd5cc9c284d68a30" }
fastga-rs = { git = "https://github.com/pangenome/fastga-rs", rev = "5216a157f761545c9c3160ea1501ef1beab9c663" }

[dev-dependencies]
Expand Down
Loading