Hello,
(1) What is the fastest nucleotide versus nucleotide sequence search method that I can install locally for doing searches?
(2) Are there any publications to support this?
(3) Do you have benchmarked results or can point me to any?
My application: 100mer nucleotide queries versus a 2G nucleotide database. I am not looking for remote homologs but am looking for nearly similar sequences > 90% identity. Multithreaded would be great but I can also run in parallel. So, either option is good.
I have tried blastn (megablast), blat, and mrfast. Thanks!
are you aligning e.g. 100bp reads against a 2Gbp genome or something else? describing what type of sequence the db is and what type of sequence the queries are could help
Why are you looking for something else? What did
blat
not work for you?blat
is the perfect and fast tool for the very application you note.There is no tool simpler than
blat
for searching multi-fasta sequences in files against each other without needing to create indexes etc. It works both with protein and DNA sequence.