Although if you want reciprocal best hits, which you often do, you have to do the other comparison and then compare the two results.
Open source All vs All Blast script?
I am looking to an all vs all blast between two genomes, does anyone know of a script that does this?
Thank you
• 4,400 views
•
link
2 answers
You just have to have two fasta files of e.g. proteins of the two genomes, you run formatdb on one of them and then run blastall with one fasta as input file (-i) and the other as database (-d). Use -m8 to get the output in tabular format and you'll get a tab-delimited file with all against all proteins.
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
Are you looking to do just the single-way comparison or reciprocal BLAST?
Do you know of anything to All v All compare invertebrate genomes?