-
Notifications
You must be signed in to change notification settings - Fork 92
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
Cant build new (my own) database #206
Comments
Hi I am actually getting the exact same problem as above! I am running the command using a singularity container. singularity exec $base_path/singularity_containers/abricate_1.0.1--ha8f3691_2.sif makeblastdb -in sequences -title PLSDB -dbtype nucl -hash_index The command runs fine but I am unable to see a new entry in abricate --list and hence cannot use this database. Appreciate your assistance, regards, Nandan Note: Abricate works great for me with the default databases. thanks. |
I believe the issue arises from the directory in which Abricate stores all the databases. In my case, it's my current directory, which was causing the problem. Upon installing Abricate via conda, I could observe my new database listed in the Abricate database. |
Should you check the directory of miniconda3?. In my case, the abricate --list will list db in this folder: /lustre7/home/buihoangphuc412/miniconda3/db. Not from abricate database. |
Hello, I'm attempting to create my own database, but it's not showing up in the list, even though the command seems to be working correctly:
makeblastdb -in sequences -title Uzma_prev -dbtype nucl -hash_index
However, when I use the abricate --list command, the recently built database isn't appearing in the list. Could you please provide some advice on this matter?
Thanks
The text was updated successfully, but these errors were encountered: