NCBI BLAST standalone database in other folder
1
0
Entering edit mode
7.0 years ago
philipp ▴ 30

Hi everyone,

I have a rather simple question but did not find a working answer. I have the BLAST standalone software on my computer and so far I had all databases that I use in the */bin folder. I want to use the huge RefSeq database now and I have to save the database on a external hard drive. Is there a way to adjust the command in a way that it looks for the database in a folder other than the standard */bin folder?

Thanks for your help!

Best, Philipp

NCBI BLAST • 5.1k views
ADD COMMENT
0
Entering edit mode

with the -db parameter, specify the path to the database (after running makeblastdb)

ADD REPLY
0
Entering edit mode

Ok, thanks. I appreciate your input. Could you please describe in a bit more detail how to specify the path? Or do you have an example or know a tutorial where that is described?

ADD REPLY
1
Entering edit mode

What OS are you running this on? If linux, then it can be simply be export BLASTDB=/path_to/refseq_index_files.

ADD REPLY
0
Entering edit mode
7.0 years ago
GenoMax 141k

You can set a variable BLASTDB to point to that external drive (location of the index file folder). This would be a less than optimal solution in terms of speed but you are probably aware of that.

Please don't use any spaces in the names anywhere since that can only lead to trouble.

ADD COMMENT

Login before adding your answer.

Traffic: 2673 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6