-
Notifications
You must be signed in to change notification settings - Fork 4
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
fastmultigather against rocksdb gives "No such file or directory (os error 2)" #272
Comments
Could you try running this from within the same directory as your rocksdb database (so you don't need to pass in a full path)? I'm curious if this is related to #206 |
it should also be possible to symlink (
and then use the path |
Both those options work! |
Hi @ctb , |
@tnmquann could you let us know what commands you are running and what errors you are seeing? We haven't changed anything intentionally in this area. I wrote a brief tutorial here: https://hackmd.io/18cdFFciTIa6bDY2S111OQ?both and if you can give us similar copy/paste commands to reproduce your error, that would help greatly! Note that I tested a few things successfully -
and all three worked. So it does not appear to me as if the path of the rocksdb index is a problem in v0.9.5. thanks! |
Addendum: re-reading the initial issue, I am wondering if perhaps the paths that @AnneliektH was using in |
So, TODO:
|
closing in favor of #415 |
Trying to run fastmultigather against a rocksdb in
/group/ctbrowngrp2/scratch/annie/2023-swine-sra/sourmash/viral_taxonomy/genbank/sc100rocksdb
When running against .zip db, command works and I get results.
rocksdb is present, so is the file with paths to the sig.zip.
For rocksdb:
The text was updated successfully, but these errors were encountered: