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
with the
-db
parameter, specify the path to the database (after running makeblastdb
)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?
What OS are you running this on? If linux, then it can be simply be
export BLASTDB=/path_to/refseq_index_files
.http://bioinformatics.cvr.ac.uk/blog/setting-up-automatic-blast-database-update-on-linux-servers/