I am trying to find low similarity DNA sequences from two genomes of very closely related fungal species. Blast+ alignment of concatenated genomic sequences showed hits with identities around 70~80%. However, when I retrieved these DNA sequences of the both query and subject and made blastn search against genomes of each other, I was able to see hits with 100% identities.
What do you recommend to improve the accuracy of alignment results?
The blastn command actually executes the megablast algorithm by default. The megablast algorithm is very fast but finds fewer results than the blastn algorithm.
If you want to execute the blastn algorithm, you should try the following :