Skip to content

DIAMOND v0.9.14

Compare
Choose a tag to compare
@bbuchfink bbuchfink released this 12 Dec 19:26
· 1474 commits to master since this release
bcb5abb

Added support for frameshift alignments (option -F to set the frameshift penalty). For example: diamond blastx -F 15 ...

Enabling this feature will have the aligner tolerate missing bases in DNA sequences and is most recommended for long, error-prone sequences like MinION reads.

In the pairwise output format, frameshifts will be indicated by \ and / for a shift by +1 and -1
nucleotide in the direction of translation respectively.

Note that this feature is disabled by default. This release changes the DAA format. DAA files created by this version are not backward compatible with previous versions.