We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For tangential reasons, I ended up writing storage and retrieval code for storing actual sketches (incl minhash values) in a SQLite database.
See https://github.com/ctb/2022-sourmash-sqlite.
It seems to work for flat sketches - the following roundtrip does the right thing, at any rate:
./save-mh-to-sqlite.py test-db/all.zip -o all.db ./load-mh-from-sqlite.py all.db -o all.zip
reproduces all the signatures from test-db/all.zip in all.zip, including protein etc.
test-db/all.zip
all.zip
I still need to add abundance tracking tho. Oops.
Will link in related issues later.
The text was updated successfully, but these errors were encountered:
Index
CollectionManifest
LCA_Database
Successfully merging a pull request may close this issue.
For tangential reasons, I ended up writing storage and retrieval code for storing actual sketches (incl minhash values) in a SQLite database.
See https://github.com/ctb/2022-sourmash-sqlite.
It seems to work for flat sketches - the following roundtrip does the right thing, at any rate:
reproduces all the signatures from
test-db/all.zip
inall.zip
, including protein etc.I still need to add abundance tracking tho. Oops.
Will link in related issues later.
The text was updated successfully, but these errors were encountered: