diamond

Accelerated BLAST compatible local sequence aligner.

GPL-3.0 License

Stars
1K
Committers
21

Bot releases are visible (Hide)

diamond - DIAMOND v0.8.21

Published by bbuchfink about 8 years ago

Custom scoring matrices now also work when using the DAA format.

diamond - DIAMOND v0.8.20

Published by bbuchfink about 8 years ago

Added support for customizing the tabular output format. The format may now be specified similarly to BLAST:
diamond --outfmt 6 qseqid sseqid bitscore

diamond - DIAMOND v0.8.19

Published by bbuchfink about 8 years ago

This release adds support for custom scoring matrices. Syntax for using a custom matrix file:
diamond blastp --custom-matrix custom.mat --lambda 0.3 --K 0.1 --gapopen 10 --gapextend 2

Note that the statistical parameters Lambda and K have to be provided for your matrix. One way to compute these values is to use the FASTA suite. The file format of the matrix file also follows the format used by the FASTA suite.

diamond - DIAMOND v0.8.18

Published by bbuchfink about 8 years ago

Added a new command getseq that can be used to retrieve sequences from database files. Usage:
Print whole database in FASTA format: diamond getseq -d db
Print 3rd and 7th sequence in FASTA format: diamond getseq -d db --seq 3 7

diamond - DIAMOND v0.8.17

Published by bbuchfink about 8 years ago

Added a new alignment mode (option --more-sensitive) that provides some additional sensitivity compared to the sensitive mode.

diamond - DIAMOND v0.8.16

Published by bbuchfink about 8 years ago

With a new load balancing implementation, this release improves the performance particularly on systems with many cores and for longer sequences.

diamond - DIAMOND v0.8.15

Published by bbuchfink over 8 years ago

Fixed a crash and a compiler error on some systems.

diamond - DIAMOND v0.8.14

Published by bbuchfink over 8 years ago

Fixed a memory leak. Updating is recommended.

diamond - DIAMOND v0.8.13

Published by bbuchfink over 8 years ago

Fixed a compiler error on some older systems.

diamond - DIAMOND v0.8.12

Published by bbuchfink over 8 years ago

This release introduces a new database format that now allows to set the block size parameter for the alignment commands instead of the makedb command. This way the program's memory usage can be controlled more dynamically at runtime without database rebuilding.

diamond - DIAMOND v0.8.11

Published by bbuchfink over 8 years ago

Fixed a compiler error on some systems.

diamond - DIAMOND v0.8.10

Published by bbuchfink over 8 years ago

DIAMOND can now directly generate all of its output formats again - no need for the intermediate DAA file. Of course, the DAA format is still supported and should be used if you want to import the results into MEGAN.

diamond - DIAMOND v0.8.9

Published by bbuchfink over 8 years ago

This release comes with a substantial increase in performance and also improved accuracy of local alignments.

diamond - DIAMOND v0.8.8

Published by bbuchfink over 8 years ago

Fixed a compiler error on MAC.

diamond - DIAMOND v0.8.7

Published by bbuchfink over 8 years ago

By popular demand, DIAMOND now supports the BLAST XML output format (command line option -f xml). As these files can become very large, it is recommended to also activate compression of output files (option --compress 1).

diamond - DIAMOND v0.8.6

Published by bbuchfink over 8 years ago

Fixed a problem of the Windows version that could cause errors for larger files & fixed a problem that could cause very long runtimes for certain highly repetitive sequences.

diamond - DIAMOND v0.8.5

Published by bbuchfink over 8 years ago

Optimized performance.

diamond - DIAMOND v0.8.4

Published by bbuchfink over 8 years ago

This update fixes some problems that could cause too high memory usage in blastp mode and too long runtimes in certain cases.

diamond - DIAMOND v0.8.3

Published by bbuchfink over 8 years ago

This update improves the accuracy of local alignments and fixes a problem that could cause alignments to be missed sometimes.

diamond - DIAMOND v0.8.2

Published by bbuchfink over 8 years ago

Fixed a crash bug on Mac.