Skip to content

Releases: torognes/vsearch

VSEARCH 2.22.1

19 Sep 09:11
Compare
Choose a tag to compare

Add the derep_smallmem command for dereplication with less memory usage. Remove compiler warnings.

VSEARCH 2.21.2

12 Sep 16:13
Compare
Choose a tag to compare

Fix problems with the --lcaout option.

VSEARCH 2.21.1

18 Jan 17:35
Compare
Choose a tag to compare

Fix dereplication with empty input file.

VSEARCH 2.21.0

12 Jan 17:36
Compare
Choose a tag to compare

This version adds the sample, qsegout and tsegout options. It also enables the use of UDB databases with uchime_ref.

VSEARCH 2.20.1

11 Jan 09:56
Compare
Choose a tag to compare

Fix hang in fastq_mergepairs with multiple threads.

VSEARCH 2.20.0

10 Jan 14:56
Compare
Choose a tag to compare

Added the fastx_uniques command and the fastq_qout_max option for dereplication of FASTQ files. Some code cleaning.

VSEARCH 2.19.0

21 Dec 15:38
Compare
Choose a tag to compare

Added the lcaout and lca_cutoff options to enable the output of last common ancestor (LCA) information about hits when searching. The randseed option was added as a valid option to the sintax command. Code improvements.

v2.18.0

27 Aug 10:44
Compare
Choose a tag to compare

Added the fasta2fastq command. Fixed search bug on ppc64le. Fixed bug with removal of size and ee info in uc files. Fixed compilation errors in some cases. Made some general code improvements. Updated manual.

VSEARCH 2.17.1

14 Jun 16:20
Compare
Choose a tag to compare

Modernized code. Minor update to help info.

VSEARCH 2.17.0

29 Mar 16:15
Compare
Choose a tag to compare

The fastq_mergepairs command has been changed. It now allows merging of sequences with overlaps as short as 5 bp if the --fastq_minovlen option has been adjusted down from the default 10. In addition, much fewer pairs of reads should now be rejected with the reason 'multiple potential alignments' as the algorithm for detecting those have been changed. The orient command has also been improved.