diamond

Accelerated BLAST compatible local sequence aligner.

GPL-3.0 License

Stars
1K
Committers
21

Bot releases are visible (Hide)

diamond - DIAMOND v0.9.2

Published by bbuchfink over 7 years ago

  • Fixed a compiler error.
  • Improved performance for very small query files.
diamond - DIAMOND v0.9.1

Published by bbuchfink over 7 years ago

  • Fixed a performance issue.
diamond - DIAMOND v0.9.0

Published by bbuchfink over 7 years ago

  • improved performance
  • improved support for alignments with long gaps
  • removed SEG masking
  • added low complexity masking using tantan
  • changed license to AGPL

Note that this release requires database rebuilding.

diamond - DIAMOND v0.8.38

Published by bbuchfink over 7 years ago

  • Fixed unclear std::exception error messages.
  • Fixed sequence titles in XML format to be compatible with blast2go.
  • XML and pairwise format contain full length titles by default.
diamond - DIAMOND v0.8.37

Published by bbuchfink over 7 years ago

  • Added support for the staxids field to the tabular format, allowing to generate a list of NCBI taxonomy IDs associated with the aligned subject sequence. A description of how to use the option is contained in the manual.
  • Fixed a bug that would cause an error message for empty DAA files.
  • All scoring matrices use the respective default gap penalties from BLAST.
  • Added check for SSSE3 instruction set.
  • Added diamond-sse2 to the binary package.
diamond - DIAMOND v0.8.36

Published by bbuchfink over 7 years ago

Fixed a compiler error.

diamond - DIAMOND v0.8.35

Published by bbuchfink over 7 years ago

Fixed a compiler error on 32 bit systems.

diamond - DIAMOND v0.8.34

Published by bbuchfink over 7 years ago

Fixed a compiler error.

diamond - DIAMOND v0.8.33

Published by bbuchfink almost 8 years ago

  • modified option --no-self-hits to also require matching sequence titles for filtering of a self hit
  • fixed a bug that could cause a crash in the joining output blocks stage
diamond - DIAMOND v0.8.32

Published by bbuchfink almost 8 years ago

  • improved speed and sensitivity
  • fixed an issue that could cause too high memory usage in certain cases
diamond - DIAMOND v0.8.31

Published by bbuchfink almost 8 years ago

  • Added compositional score adjustments (option --comp-based-stats (0,1)). This is a useful feature for filtering false positive hits and is enabled by default.
  • Removed --single-domain option and replaced by --max-hsps, to set the maximum number of Hsps per query/subject pair, to be consistent with BLAST. This option is set to 1 by default as getting more than 1 Hsp per subject seems to be confusing users.
  • Added option --no-self-hits to filter identical self-hits.
diamond - DIAMOND v0.8.30

Published by bbuchfink almost 8 years ago

  • slightly improved sensitivity
  • added option to report unaligned queries: --unal (0=no, 1=yes)
  • pairwise, XML and SAM format will report unaligned queries by default
  • added option to filter alignments by subject cover (--subject-cover)
diamond - DIAMOND v0.8.29

Published by bbuchfink almost 8 years ago

  • fixed an issue that could cause a crash when using view on incomplete DAA files
diamond - DIAMOND v0.8.28

Published by bbuchfink almost 8 years ago

  • slightly improved sensitivity
  • added support for the BLAST pairwise format (option -f 0)
diamond - DIAMOND v0.8.27

Published by bbuchfink almost 8 years ago

Added support for gzip compressed files containing multiple gzip streams.

diamond - DIAMOND v0.8.26

Published by bbuchfink almost 8 years ago

  • The program now compiles as generic C++ code and thus can be used on hardware platforms other than the Intel/AMD x86-64.
  • Added option to write unaligned queries to file (--un).
diamond - DIAMOND v0.8.25

Published by bbuchfink almost 8 years ago

  • fixed a bug with the qseq field in the blast tabular format
  • added qtitle and btop fields to the blast tabular format
  • fixed a bug that could cause a crash when passing a nonexistant input file
  • fixed an issue that could cause unexpectedly long runtimes in certain cases
diamond - DIAMOND v0.8.24

Published by bbuchfink about 8 years ago

Added output of line numbers for errors that occur while reading the input file.

diamond - DIAMOND v0.8.23

Published by bbuchfink about 8 years ago

Added option to change the genetic code used for translation of query in blastx mode (option --query-gencode, see here for a list of possible values: https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi).

diamond - DIAMOND v0.8.22

Published by bbuchfink about 8 years ago

Fixed the XML format to fill in the Hit_id and Hit_accession fields.