BLAST

Revision as of 18:59, 17 December 2018 by Jflucier (talk | contribs) (Created page with " Tips to accelerate your blast (https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download) search on computer cluster like Cedar: # try copying...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Tips to accelerate your blast (https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download) search on computer cluster like Cedar:

  1. try copying your blast database fasta to local node ramdisk (/tmp on cedar i think) and run makeblastdb at beginning of script on node to generate your blast db on ramdisk
  2. use multi-threading even if not so effficient implementation in blast (option -num_threads)
  3. Lower number of hits returned if applicable (-max_target_seqs and also -max_hsps option can help)
  4. Try also limiting your hit list using evalue filters (if applicable) to near identical hits (-evalue )