This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Command line BLAST is very slow

Hi Fellow Bioinformaticians,

I'm running command line BLAST on an EC2 instance (r4.8xlarg, 32 cpus and 244 GB memory), and it is super slow. I have limited my search to humans only and used 8 threads. However, it looks like most of the processes are delayed as shown below. The command run here is blastp against the nr database.

enter image description here

I was wondering if you have any suggestions on accelerating the running time?

Thank you very much!

blastp blast blast blastn

Please post your complete command line. What database are you blasting against and how much RAM is on this instance?

Are you using -num_threads option in your command line (which you did not include).

Sure, num_threads is set to 8 as described in the quesiton.

Since you have 32 cores available you could have chosen more threads but that will require you to restart the job. It must be proceeding at the fastest pace it can based on your current selections.

It would also be helpful to post the rest of (h)top screen. Are there any kswapd or kworker lines in it?

0 answers

No answers yet.

Log in to answer this question.