-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
Add commands to deal with storage #261
Comments
maybe sourmash storage
?
On Wed, May 31, 2017 at 04:27:10PM -0700, Luiz Irber wrote:
- `prefetch`: download all nodes beforehand (useful for IPFS)
- `convert`: to move from one storage to another (from TarStorage to RedisStorage, for example)
Should these go into `sourmash-utils`?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#261
--
C. Titus Brown, [email protected]
|
with #1059 I'm wondering if it's actually worth implementing specific storage conversion commands, since we can "just" build a new database using the old database as input. |
That is true for I don't think #1059 deals with |
leaving this open but tagging with "plugin todo" |
prefetch
: download all nodes beforehand (useful for IPFS)convert
: to move from one storage to another (from TarStorage to RedisStorage, for example)Should these go into
sourmash-utils
?The text was updated successfully, but these errors were encountered: