Skip to content

Commit ce7afc2

Browse files
committed
VSEARCH 2.26.0
1 parent 46c87a2 commit ce7afc2

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Most of the nucleotide based commands and options in USEARCH version 7 are suppo
3737

3838
## Getting Help
3939

40-
If you can't find an answer in the [VSEARCH documentation](https://github.com/torognes/vsearch/releases/download/v2.25.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.
40+
If you can't find an answer in the [VSEARCH documentation](https://github.com/torognes/vsearch/releases/download/v2.26.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.
4141

4242
## Example
4343

@@ -50,9 +50,9 @@ In the example below, VSEARCH will identify sequences in the file database.fsa t
5050
**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:
5151

5252
```
53-
wget https://github.com/torognes/vsearch/archive/v2.25.0.tar.gz
54-
tar xzf v2.25.0.tar.gz
55-
cd vsearch-2.25.0
53+
wget https://github.com/torognes/vsearch/archive/v2.26.0.tar.gz
54+
tar xzf v2.26.0.tar.gz
55+
cd vsearch-2.26.0
5656
./autogen.sh
5757
./configure CFLAGS="-O3" CXXFLAGS="-O3"
5858
make
@@ -81,48 +81,48 @@ Binary distributions are provided for x86-64 systems running GNU/Linux, macOS (v
8181
Download the appropriate executable for your system using the following commands if you are using a Linux x86_64 system:
8282

8383
```sh
84-
wget https://github.com/torognes/vsearch/releases/download/v2.25.0/vsearch-2.25.0-linux-x86_64.tar.gz
85-
tar xzf vsearch-2.25.0-linux-x86_64.tar.gz
84+
wget https://github.com/torognes/vsearch/releases/download/v2.26.0/vsearch-2.26.0-linux-x86_64.tar.gz
85+
tar xzf vsearch-2.26.0-linux-x86_64.tar.gz
8686
```
8787

8888
Or these commands if you are using a Linux ppc64le system:
8989

9090
```sh
91-
wget https://github.com/torognes/vsearch/releases/download/v2.25.0/vsearch-2.25.0-linux-ppc64le.tar.gz
92-
tar xzf vsearch-2.25.0-linux-ppc64le.tar.gz
91+
wget https://github.com/torognes/vsearch/releases/download/v2.26.0/vsearch-2.26.0-linux-ppc64le.tar.gz
92+
tar xzf vsearch-2.26.0-linux-ppc64le.tar.gz
9393
```
9494

9595
Or these commands if you are using a Linux aarch64 (arm64) system:
9696

9797
```sh
98-
wget https://github.com/torognes/vsearch/releases/download/v2.25.0/vsearch-2.25.0-linux-aarch64.tar.gz
99-
tar xzf vsearch-2.25.0-linux-aarch64.tar.gz
98+
wget https://github.com/torognes/vsearch/releases/download/v2.26.0/vsearch-2.26.0-linux-aarch64.tar.gz
99+
tar xzf vsearch-2.26.0-linux-aarch64.tar.gz
100100
```
101101

102102
Or these commands if you are using a Mac with an Apple Silicon CPU:
103103

104104
```sh
105-
wget https://github.com/torognes/vsearch/releases/download/v2.25.0/vsearch-2.25.0-macos-aarch64.tar.gz
106-
tar xzf vsearch-2.25.0-macos-aarch64.tar.gz
105+
wget https://github.com/torognes/vsearch/releases/download/v2.26.0/vsearch-2.26.0-macos-aarch64.tar.gz
106+
tar xzf vsearch-2.26.0-macos-aarch64.tar.gz
107107
```
108108

109109
Or these commands if you are using a Mac with an Intel CPU:
110110

111111
```sh
112-
wget https://github.com/torognes/vsearch/releases/download/v2.25.0/vsearch-2.25.0-macos-x86_64.tar.gz
113-
tar xzf vsearch-2.25.0-macos-x86_64.tar.gz
112+
wget https://github.com/torognes/vsearch/releases/download/v2.26.0/vsearch-2.26.0-macos-x86_64.tar.gz
113+
tar xzf vsearch-2.26.0-macos-x86_64.tar.gz
114114
```
115115

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

118118
```
119-
https://github.com/torognes/vsearch/releases/download/v2.25.0/vsearch-2.25.0-win-x86_64.zip
119+
https://github.com/torognes/vsearch/releases/download/v2.26.0/vsearch-2.26.0-win-x86_64.zip
120120
```
121121

122-
Linux and Mac: You will now have the binary distribution in a folder called `vsearch-2.25.0-linux-x86_64` or `vsearch-2.25.0-macos-x86_64` in which you will find three subfolders `bin`, `man` and `doc`. We recommend making a copy or a symbolic link to the vsearch binary `bin/vsearch` in a folder included in your `$PATH`, and a copy or a symbolic link to the vsearch man page `man/vsearch.1` in a folder included in your `$MANPATH`. The PDF version of the manual is available in `doc/vsearch_manual.pdf`. Versions with statically compiled libraries are available for Linux systems. These have "-static" in their name, and could be used on systems that do not have all the necessary libraries installed.
122+
Linux and Mac: You will now have the binary distribution in a folder called `vsearch-2.26.0-linux-x86_64` or `vsearch-2.26.0-macos-x86_64` in which you will find three subfolders `bin`, `man` and `doc`. We recommend making a copy or a symbolic link to the vsearch binary `bin/vsearch` in a folder included in your `$PATH`, and a copy or a symbolic link to the vsearch man page `man/vsearch.1` in a folder included in your `$MANPATH`. The PDF version of the manual is available in `doc/vsearch_manual.pdf`. Versions with statically compiled libraries are available for Linux systems. These have "-static" in their name, and could be used on systems that do not have all the necessary libraries installed.
123123

124124
**Windows**: You will now have the binary distribution in a folder
125-
called `vsearch-2.25.0-win-x86_64`. The vsearch executable is called
125+
called `vsearch-2.26.0-win-x86_64`. The vsearch executable is called
126126
`vsearch.exe`. The manual in PDF format is called
127127
`vsearch_manual.pdf`. If you want to be able to call `vsearch.exe`
128128
from any command prompt window, you can put the vsearch executable in
@@ -133,7 +133,7 @@ searching for it in the Start menu, `Edit` user variables, add
133133
your changes.
134134

135135

136-
**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.25.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.25.0/vsearch_manual.pdf)) is also attached to the latest [release](https://github.com/torognes/vsearch/releases).
136+
**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.26.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.26.0/vsearch_manual.pdf)) is also attached to the latest [release](https://github.com/torognes/vsearch/releases).
137137

138138

139139
## 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.25.0], [torognes@ifi.uio.no], [vsearch], [https://github.com/torognes/vsearch])
5+
AC_INIT([vsearch], [2.26.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

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" ============================================================================
2-
.TH vsearch 1 "November 10, 2023" "version 2.25.0" "USER COMMANDS"
2+
.TH vsearch 1 "November 24, 2023" "version 2.26.0" "USER COMMANDS"
33
.\" ============================================================================
44
.SH NAME
55
vsearch \(em a versatile open-source tool for microbiome analysis,
@@ -4834,6 +4834,11 @@ warnings for sha1.c. Compile for release (not debug) by default.
48344834
.BR v2.25.0\~ "released November 10th, 2023"
48354835
Allow a given percentage of mismatches between chimeras and parents
48364836
for the experimental chimeras_denovo command.
4837+
.TP
4838+
.BR v2.26.0\~ "released November 24th, 2023"
4839+
Enable the maxseqlength and minseqlength options for the chimera
4840+
detection commands. When the usearch_global or search_exact commands
4841+
are used, OTU tables will include samples and OTUs with no matches.
48374842
.LP
48384843
.\" ============================================================================
48394844
.\" TODO:

0 commit comments

Comments
 (0)