Skip to content

Commit 1973f1e

Browse files
committed
VSEARCH 2.30.0
1 parent d580a2c commit 1973f1e

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Most of the nucleotide based commands and options in USEARCH version 7 are suppo
3939

4040
## Getting Help
4141

42-
If you can't find an answer in the [VSEARCH documentation](https://github.com/torognes/vsearch/releases/download/v2.29.4/vsearch_manual.pdf), please visit the [VSEARCH Web Forum](https://groups.google.com/forum/#!forum/vsearch-forum) to post a question or start a discussion.
42+
If you can't find an answer in the [VSEARCH documentation](https://github.com/torognes/vsearch/releases/download/v2.30.0/vsearch_manual.pdf), please visit the [VSEARCH Web Forum](https://groups.google.com/forum/#!forum/vsearch-forum) to post a question or start a discussion.
4343

4444
## Example
4545

@@ -52,9 +52,9 @@ In the example below, VSEARCH will identify sequences in the file database.fsa t
5252
**Source distribution** To download the source distribution from a [release](https://github.com/torognes/vsearch/releases) and build the executable and the documentation, use the following commands:
5353

5454
```
55-
wget https://github.com/torognes/vsearch/archive/v2.29.4.tar.gz
56-
tar xzf v2.29.4.tar.gz
57-
cd vsearch-2.29.4
55+
wget https://github.com/torognes/vsearch/archive/v2.30.0.tar.gz
56+
tar xzf v2.30.0.tar.gz
57+
cd vsearch-2.30.0
5858
./autogen.sh
5959
./configure CFLAGS="-O2" CXXFLAGS="-O2"
6060
make ARFLAGS="cr"
@@ -91,7 +91,7 @@ wget https://github.com/torognes/vsearch/releases/download/v{VERSION}/vsearch-{V
9191
tar xzf vsearch-{VERSION}-{OS}-{ARCH}.tar.gz
9292
```
9393

94-
Replace `{VERSION}` with the VSEARCH version number (e.g. `2.29.4`), `{OS}` with the target operating system (`linux` or `macos`), and `{ARCH}` with the architecture (`x86_64`, `aarch64`, `ppc64le`, `riscv64`, or `mips64el`). You could add `-static` after `{ARCH}` to get a statically compiled version for Linux (except x86_64). The name of the binary for the RHEL 7 and CentOS 7 Linux distributions ends in `-ubi7`.
94+
Replace `{VERSION}` with the VSEARCH version number (e.g. `2.30.0`), `{OS}` with the target operating system (`linux` or `macos`), and `{ARCH}` with the architecture (`x86_64`, `aarch64`, `ppc64le`, `riscv64`, or `mips64el`). You could add `-static` after `{ARCH}` to get a statically compiled version for Linux (except x86_64). The name of the binary for the RHEL 7 and CentOS 7 Linux distributions ends in `-ubi7`.
9595

9696
Or, if you are using Windows, download and extract (unzip) the contents of this file:
9797

@@ -115,7 +115,7 @@ and `zlib1.dll` files required for reading compressed input
115115
files. These DLL's have been obtained for mingw-w64 from the MSYS2
116116
platform.
117117

118-
**Documentation:** The VSEARCH user's manual is available in the `man` folder in the form of a [man page](https://github.com/torognes/vsearch/blob/master/man/vsearch.1). A pdf version ([vsearch_manual.pdf](https://github.com/torognes/vsearch/releases/download/v2.29.4/vsearch_manual.pdf)) will be generated by `make`. To install the manpage manually, copy the `vsearch.1` file or a create a symbolic link to `vsearch.1` in a folder included in your `$MANPATH`. The manual in both formats is also available with the binary distribution. The manual in PDF form ([vsearch_manual.pdf](https://github.com/torognes/vsearch/releases/download/v2.29.4/vsearch_manual.pdf)) is also attached to the latest [release](https://github.com/torognes/vsearch/releases).
118+
**Documentation:** The VSEARCH user's manual is available in the `man` folder in the form of a [man page](https://github.com/torognes/vsearch/blob/master/man/vsearch.1). A pdf version ([vsearch_manual.pdf](https://github.com/torognes/vsearch/releases/download/v2.30.0/vsearch_manual.pdf)) will be generated by `make`. To install the manpage manually, copy the `vsearch.1` file or a create a symbolic link to `vsearch.1` in a folder included in your `$MANPATH`. The manual in both formats is also available with the binary distribution. The manual in PDF form ([vsearch_manual.pdf](https://github.com/torognes/vsearch/releases/download/v2.30.0/vsearch_manual.pdf)) is also attached to the latest [release](https://github.com/torognes/vsearch/releases).
119119

120120

121121
## Packages, plugins, and wrappers

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([vsearch], [2.29.4], [torognes@ifi.uio.no], [vsearch], [https://github.com/torognes/vsearch])
5+
AC_INIT([vsearch], [2.30.0], [torognes@ifi.uio.no], [vsearch], [https://github.com/torognes/vsearch])
66
AC_CANONICAL_TARGET
77
AM_INIT_AUTOMAKE([subdir-objects])
88
AC_LANG([C++])

man/vsearch.1

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" import www macros (URL, TAG, MTO)
22
.mso www.tmac
33
.\" ============================================================================
4-
.TH vsearch 1 "February 14, 2025" "version 2.29.4" "USER COMMANDS"
4+
.TH vsearch 1 "February 27, 2025" "version 2.30.0" "USER COMMANDS"
55
.\" ============================================================================
66
.SH NAME
77
vsearch \(em a versatile open-source tool for microbiome analysis,
@@ -5031,6 +5031,19 @@ Adjust the window size used for chimera detection down from 64 to
50315031
2.23.0, leading to somewhat fewer chimeras being predicted.
50325032
In addition, a compiler pragma has been included in align_simd.cc to
50335033
further protect the compiler from generating wrong code.
5034+
.TP
5035+
.BR v2.30.0\~ "released February 27th, 2025"
5036+
Add options `\-\-n_mismatch`, `\-\-fastq_minqual`, and
5037+
`\-\-fastq_truncee_rate`. The `\-\-n_mismatch` option will count N's
5038+
as mismatches in alignments, which may be useful to get sensible
5039+
alignments for sequences with lots of N's. By default N's are counted
5040+
as matches. Both the scoring and the counting of matches are
5041+
affected. The new `\-\-fastq_minqual` option for the `fastq_filter`
5042+
and `fastx_filter` commands will discard sequences with any bases with
5043+
a quality scores below the given value. The new
5044+
`\-\-fastq_truncee_rate` option for the same commands will truncate
5045+
sequences at the first position where the number of expected errors
5046+
per base is below the given value.
50345047
.\" ============================================================================
50355048
.\" TODO:
50365049
.\"

0 commit comments

Comments
 (0)