abricate icon indicating copy to clipboard operation
abricate copied to clipboard

Cant build new (my own) database

Open UzmaBasit opened this issue 11 months ago • 3 comments

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

UzmaBasit avatar Mar 09 '24 12:03 UzmaBasit

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.

nandan75 avatar Mar 11 '24 01:03 nandan75

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.

UzmaBasit avatar Mar 11 '24 09:03 UzmaBasit

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.

buihoangphuc412 avatar Mar 11 '24 10:03 buihoangphuc412