Skip to content

Releases: torognes/vsearch

VSEARCH 1.4.7

07 Oct 10:59
Compare
Choose a tag to compare

Fixes a problem with searching for or clustering sequences with repeats. In this new version, vsearch will look at all words occurring at least once in the sequences in the initial step. Previously only words occurring exactly once were considered. In addition, vsearch now requires at least 10 words to be shared by the sequences, previously only 6 were required. If the query contains less than 10 words, all words must be present for a match. This change seems to lead to slightly reduced recall, but somewhat increased precision, ending up with slightly improved overall accuracy.

VSEARCH 1.4.6

06 Oct 19:34
Compare
Choose a tag to compare

Fix bug in SIMD aligner introduced in VSEARCH version 1.2.7 leading to reduced accuracy

VSEARCH 1.4.5

06 Oct 13:56
Compare
Choose a tag to compare

Fix memory allocation bug when reading long FASTA sequences

VSEARCH 1.4.4

03 Oct 09:43
Compare
Choose a tag to compare

Remove debug message

VSEARCH 1.4.3

03 Oct 09:36
Compare
Choose a tag to compare

Fix a bug with determining amount of memory on some versions of Apple OS X.

VSEARCH 1.4.2

02 Oct 18:08
Compare
Choose a tag to compare

Dynamic loading of compression libraries

VSEARCH 1.4.1

29 Sep 20:59
Compare
Choose a tag to compare

Added public domain MD5 and SHA1 code to eliminate dependency on crypto and openssl libraries and their licensing issues.

VSEARCH 1.4.0

25 Sep 15:47
Compare
Choose a tag to compare

Several new commands and option added, including subsampling and fastq file processing. New autotools build system.

VSEARCH version 1.1.3

18 Mar 10:02
Compare
Choose a tag to compare

More bug fixes for large datasets

VSEARCH version 1.1.2

17 Mar 23:39
Compare
Choose a tag to compare

Fix bug with all commands involving searches in large datasets (>4Gbp). Fix format of help text.