-
Notifications
You must be signed in to change notification settings - Fork 26
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 option to specify database path #200
Comments
Hello @pimarin You will have to build a separate staramr database first within a particular directory:
Now, you can use the
|
Hi. I am running the following command
I am getting the following error. ERROR: error with [blastn -out /tmp/tmpsfc0otw4/ Any ways to solve? |
Hello @Leonervin Was that the full error message? I built a new directory with the staramr databases as described above, and I get the error message:
Does this match what you got? Creating a separate directory with the staramr databases will by default download the latest commits in the ResFinder/PointFinder/PlasmidFinder git repositories. As I do not maintain or have control over those repositories, I cannot guarantee that any commits other than the commits used by the database files distributed with staramr work. I would recommend using the version of the ResFinder/PointFinder/PlasmidFinder databases that are distributed with staramr rather than updating them (i.e., run If you instead wish to have the ResFinder/PointFinder/PlasmidFinder databases stored in a separate directory (and use the
Those specific commits can be found here for your reference: staramr/staramr/databases/AMRDatabasesManager.py Lines 16 to 20 in d8370b7
|
nice, was looking for it, this could best be added to the doc to be found by others |
Hello,
Is there a way to manually add the database folder to plasmidfinder, resfinder and pointfinder ?
Using the argument
--database
i failed to try it.Especially on galaxy we need to bind a data manager (which deal with all version of databases) and I need an entry point to speificy the path.
The text was updated successfully, but these errors were encountered: