Skip to content

DIAMOND v2.0.8

Compare
Choose a tag to compare
@bbuchfink bbuchfink released this 10 Mar 09:40
· 219 commits to master since this release
  • Added support for directly using BLAST database files instead of the Diamond-formatted .dmnd database files. This feature is not yet available through all release channels. It can currently be accessed by downloading the GitHub release version or by compiling from source. Taxonomy features are not yet supported for BLAST databases.
  • Added the option --seqidlist to filter the database by sequence accession (only supported for BLAST databases).
  • Fixed a bug that caused the --dbsize option not to function correctly.
  • Added the command makeidx and the option --target-indexed that provide an optimisation specialized for small databases (<10 Mb). (see: https://github.com/bbuchfink/diamond/wiki/5.-Advanced-topics#small-database-optimization)
  • Added the option --mp-recover to recover aborted runs in multiprocessing mode.