Releases: torognes/vsearch
VSEARCH 2.0.1
Fix segmentation fault when masking very long sequences, due to use of alloca.
VSEARCH 2.0.0
Support for reading from and writing to pipes.
VSEARCH 1.11.2
Fixed issues relating to query_cov option and to consensus sequences with Ns.
VSEARCH 1.11.1
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
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
Fix truncated labels for fastq_mergepairs command
VSEARCH 1.10.0
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
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
Adjusted default min word matches for improved performance.
VSEARCH 1.9.8
Fixes bug causing segfault when chimera detection is performed on extremely short sequences. Issue #157.