Skip to content

Releases: torognes/vsearch

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.

VSEARCH 1.9.7

12 Jan 19:46
Compare
Choose a tag to compare

Masking behavior is changed somewhat to keep the letter case of the input sequences unchanged when no masking is performed. Masking is now performed also during chimera detection. Documentation updated.

VSEARCH 1.9.6

08 Jan 13:38
Compare
Choose a tag to compare

Should fix bug in aligned sequences produced with --fastapairs and --userout (qrow, trow) options (issue #153).

VSEARCH 1.9.5

03 Dec 17:23
Compare
Choose a tag to compare

Fixed bug resulting in inferior chimera detection performance.