From cfa609507ac46c8844629294290d262d0a040f97 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Mon, 14 Oct 2024 14:26:42 -0400 Subject: [PATCH] try out new sourmash PR --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14c16762..b0c3b299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,7 +1549,7 @@ checksum = "bceb57dc07c92cdae60f5b27b3fa92ecaaa42fe36c55e22dbfb0b44893e0b1f7" [[package]] name = "sourmash" version = "0.16.0" -source = "git+https://github.com/sourmash-bio/sourmash.git?branch=refactor_rs_downsample#ceaea393d95b3b85575b51c20784d3b9442da149" +source = "git+https://github.com/sourmash-bio/sourmash.git?branch=gather_stats_refactor#0eeca48e07ac3d2f3a6f144785c9f7aeae00c3d8" dependencies = [ "az", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index ace206e3..0946f41e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ pyo3 = { version = "0.22.3", features = ["extension-module", "anyhow"] } rayon = "1.10.0" serde = { version = "1.0.210", features = ["derive"] } #sourmash = { version = "0.15.2", features = ["branchwater"] } -sourmash = { git = "https://github.com/sourmash-bio/sourmash.git", branch = "refactor_rs_downsample", features = ["branchwater"] } +sourmash = { git = "https://github.com/sourmash-bio/sourmash.git", branch = "gather_stats_refactor", features = ["branchwater"] } serde_json = "1.0.128" niffler = "2.4.0" log = "0.4.22"