Skip to content

Releases: torognes/vsearch

VSEARCH 2.0.1

30 Jun 09:58
Compare
Choose a tag to compare

Fix segmentation fault when masking very long sequences, due to use of alloca.

VSEARCH 2.0.0

24 Jun 15:28
Compare
Choose a tag to compare

Support for reading from and writing to pipes.

VSEARCH 1.11.2

21 Jun 15:19
Compare
Choose a tag to compare

Fixed issues relating to query_cov option and to consensus sequences with Ns.

VSEARCH 1.11.1

13 Apr 13:21
Compare
Choose a tag to compare

Add strand info to uc file after dereplication. Add info about expected errors (ee) to FASTA files with fastq_filter and fastq_mergepairs commands if option -fastq_eeout or -eeout is specified. Delete unnecessary autotool files.

VSEARCH 1.10.2

18 Mar 16:20
Compare
Choose a tag to compare

Fixed a bug causing a segmentation fault when running usearch_global with an empty query sequence. Also fixed a bug causing imperfect alignments to be reported with an alignment string of "=" in uc output files. Fixed typos in man file. Fixed fasta/fastq processing code regarding presence or absence of compression library header files.

VSEARCH 1.10.1

23 Feb 15:53
Compare
Choose a tag to compare

Fix truncated labels for fastq_mergepairs command

VSEARCH 1.10.0

11 Feb 22:32
Compare
Choose a tag to compare

Parallelized and improved merging of paired-end reads and adjusted some defaults. Removed progress indicator when stderr is not a terminal. Added --fasta_score option to report chimera scores in FASTA files. Added rereplicate and fastq_eestats commands. Fixed typos. Added relabelling to files produced with --consout and --profile options.

VSEARCH 1.9.10

25 Jan 19:32
Compare
Choose a tag to compare

This version fixes bugs with DUST-masking and lower case database sequences. Lower case sequences were masked even when DUST masking was specified for the database sequences. During debugging it was detected that DUST-masking of database sequences probably have not occured at all. Both problems fixed.

VSEARCH 1.9.9

22 Jan 12:44
Compare
Choose a tag to compare

Adjusted default min word matches for improved performance.

VSEARCH 1.9.8

22 Jan 11:26
Compare
Choose a tag to compare

Fixes bug causing segfault when chimera detection is performed on extremely short sequences. Issue #157.