From c43f0d97598c643d8a58afff3b1503f6d7c515bf Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sun, 13 Oct 2024 10:23:09 -0400 Subject: [PATCH 1/2] deallocate collection? --- src/utils/multicollection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/multicollection.rs b/src/utils/multicollection.rs index b9fa53ce..b2ffe093 100644 --- a/src/utils/multicollection.rs +++ b/src/utils/multicollection.rs @@ -308,7 +308,7 @@ impl MultiCollection { // Load all sketches into memory, using SmallSignature to track original // signature metadata. - pub fn load_sketches(&self, selection: &Selection) -> Result> { + pub fn load_sketches(self, selection: &Selection) -> Result> { if self.contains_revindex { eprintln!("WARNING: loading all sketches from a RocksDB into memory!"); } From 87118def94436483c2ef8f945c14b47c48a0b905 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sun, 13 Oct 2024 10:44:31 -0400 Subject: [PATCH 2/2] upd sourmash --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a56788cf..14c16762 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#e4e5555fd81a9a8677bbe065cf7f528270b01fed" +source = "git+https://github.com/sourmash-bio/sourmash.git?branch=refactor_rs_downsample#ceaea393d95b3b85575b51c20784d3b9442da149" dependencies = [ "az", "byteorder",