Hi,
I am trying to do BLAST analysis. I have 9 different database (each database total size 4GB); and I want to do the BLAST analysis against all 9 databases. I am trying to find the best hit from each. As, I tried standalone blast but I am unable to get any output because still its running (~20 days)
Any one can suggest some other tool or software to solve this problem?
Any help is much appreciated.
Thanks
What kind of BLAST searches is being performed? If it is BLASTP or BLASTX then you can use DIAMOND as it is much faster than BLAST.
Thanks. I am trying to do blastn.
Give details. What sort of database are you talking about? What is the query ?
Its all different miRNA databases. I am trying to find the best hits among all with respect to each other.
if you're running this on a single core I'm not surprised
but do provide detail indeed as both Sej Modha and Antonio R. Franco point out
Thanks but, I am not using single core. Its 100 core on server.
from a post below, we already determined that this is not the case and you effectively run your job on a single core. To run multi core blast you need to specify the
-num_threads
on the cmdline (if you don't you get the default and that is 1 )