Skip to content

Releases: torognes/vsearch

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.

VSEARCH 1.9.4

03 Dec 08:33
Compare
Choose a tag to compare

Fixed incrementation of counter when relabeling dereplicated sequences.

VSEARCH 1.9.3

19 Nov 10:36
Compare
Choose a tag to compare

Workaround for missing x86intrin.h with old compilers

VSEARCH 1.9.2

17 Nov 11:28
Compare
Choose a tag to compare

Fixed a bug in computation of some values with --fastq_stats.

VSEARCH 1.9.1

13 Nov 18:20
Compare
Choose a tag to compare

Fixed memory leak and a bug in score computation in fastq_mergepairs, and improved speed.

VSEARCH 1.9.0

12 Nov 11:28
Compare
Choose a tag to compare

Added the --fastq_mergepairs command and associated options. This command has not been tested well yet. Included additional files to avoid dependency of autoconf for compilation. Fixed an error where identifiers in fasta headers where not truncated at tabs, just spaces. Fixed a bug in detection of the file format (FASTA/FASTQ) of a gzip compressed input file.

VSEARCH 1.8.1

02 Nov 15:30
Compare
Choose a tag to compare

This release fixes some compatitibilty issues with older OS X versions as well as with QIIME and usearch61. OS X version 10.7 and newer should now be properly supported. The --threads option will now accept floating point arguments for compatibility with usearch61 and QIIME (specifically identify_chimeric_seqs.py).

VSEARCH 1.8.0

19 Oct 14:23
Compare
Choose a tag to compare

Added --search_exact, --fastx_mask and --fastq_convert commands. Changed most commands to read FASTQ input files as well as FASTA files. Modified --fastx_revcomp and --fastx_subsample to also write FASTQ files.