-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MRG: support
check --upgrade
to upgrade old versions of RocksDB/Rev…
…Index (#581) * MRG: support multiple input files for singlesketch * MRG: open rocksdb in rw mode so that old databases can be upgraded * support check --upgrade; revert rw opening by default * test 0.9.13 rocksdb too * format * cleanup * fix * add test to help debug * add log? * print out sourmash version * print out sourmash version * MRG: update to require sourmash v4.8.13 * upd
- Loading branch information
Showing
41 changed files
with
4,548 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,7 @@ docs/_build/ | |
|
||
# pixi | ||
.pixi/ | ||
|
||
*.csv | ||
*.zip | ||
*.rocksdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/python/tests/test-data/rocksdb/podar-ref-subset.branch0_9_13.external.rocksdb.README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Created with: | ||
|
||
sourmash scripts index podar-ref-subset.sig.zip -o podar-ref-subset.branch0_9_13.external.rocksdb -s 100_000 -k 31 --no-internal-storage | ||
|
||
using sourmash_plugin_branchwater v0.9.13. | ||
|
||
This command uses external storage for the sketches, so the zip file must be | ||
in the cwd in order to do a fastmultigather. |
Binary file added
BIN
+2.4 KB
src/python/tests/test-data/rocksdb/podar-ref-subset.branch0_9_13.external.rocksdb/000009.sst
Binary file not shown.
Binary file added
BIN
+1.67 KB
src/python/tests/test-data/rocksdb/podar-ref-subset.branch0_9_13.external.rocksdb/000010.sst
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/python/tests/test-data/rocksdb/podar-ref-subset.branch0_9_13.external.rocksdb/CURRENT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MANIFEST-000005 |
1 change: 1 addition & 0 deletions
1
src/python/tests/test-data/rocksdb/podar-ref-subset.branch0_9_13.external.rocksdb/IDENTITY
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
79684d80-0690-40da-9060-a5f52f3e0bfc |
Empty file.
808 changes: 808 additions & 0 deletions
808
src/python/tests/test-data/rocksdb/podar-ref-subset.branch0_9_13.external.rocksdb/LOG
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+714 Bytes
...on/tests/test-data/rocksdb/podar-ref-subset.branch0_9_13.external.rocksdb/MANIFEST-000005
Binary file not shown.
Oops, something went wrong.