Skip to content

DIAMOND v0.9.26

Compare
Choose a tag to compare
@bbuchfink bbuchfink released this 17 Sep 19:30
· 1086 commits to master since this release
  • Fixed a bug that could cause undefined behaviour when using a database file of format version < 2.
  • Fixed a compiler error when compiled as generic C++.
  • Program will no longer terminate with an error if unlink system call fails.
  • Added option --tantan-minMaskProb to set minimum repeat probability for tantan masking and changed the default value to 0.9.
  • Added option --tantan-maxRepeatOffset to set maximum tandem repeat period to consider and changed the default value to 15.
  • Added option --tantan-ungapped to use tantan in ungapped mode and changed the default to gapped mode.
  • Changed score matrix lambda calculation for tantan masking.
  • Reference masking is recomputed during alignment runs.