Makeblastdb - parallel speed ups?
Hello All,
I am new to curating Blast databases. We use a complete nucleotide database based on NCBI database.
14 months ago, that was 26 GB and took about 26 hours on our system to compile.
Is it possible to makeblastdb using any sort of parallelism to speed it up?
Perhaps I can make separate blast db and then combine them somehow?
Thanks for any tips,
Jeremy Cox
• 5,401 views
•
link
1 answer
Could you not use the pre-formatted BLAST databases from NCBI?
If you want to create your own BLAST database, you can split the sequences and create several BLAST databases.
You can either use the list of databases as an option to -db when running BLAST
-db "BLAST_DB1 BLAST_DB2"
or you can use blastdb_aliastool to create an alias for these databases.
• 0 views
•
link
Log in to answer this question.