-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSEARCH 1.0.16: Include code patches from Debian
- Loading branch information
Showing
5 changed files
with
52 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,22 +32,22 @@ If you can't find an answer in the VSEARCH documentation, please visit the [VSEA | |
|
||
In the example below, VSEARCH will identify sequences in the file database.fsa that are at least 90% identical on the plus strand to the query sequences in the file queries.fsa and write the results to the file alnout.txt. | ||
|
||
`./vsearch-1.0.15-linux-x86_64 --usearch_global queries.fsa --db database.fsa --id 0.9 --alnout alnout.txt` | ||
`./vsearch-1.0.16-linux-x86_64 --usearch_global queries.fsa --db database.fsa --id 0.9 --alnout alnout.txt` | ||
|
||
## Download and install | ||
|
||
The latest releases of VSEARCH are available [here](https://github.com/torognes/vsearch/releases). | ||
|
||
Binary executables of VSEARCH are available in the `bin` folder for [GNU/Linux on x86-64 systems](https://github.com/torognes/vsearch/blob/master/bin/vsearch-1.0.15-linux-x86_64) and [Apple Mac OS X on x86-64 systems](https://github.com/torognes/vsearch/blob/master/bin/vsearch-1.0.15-osx-x86_64). These executables include support for input files compressed by zlib and bzip2 (with files usually ending in .gz or .bz2). | ||
Binary executables of VSEARCH are available in the `bin` folder for [GNU/Linux on x86-64 systems](https://github.com/torognes/vsearch/blob/master/bin/vsearch-1.0.16-linux-x86_64) and [Apple Mac OS X on x86-64 systems](https://github.com/torognes/vsearch/blob/master/bin/vsearch-1.0.16-osx-x86_64). These executables include support for input files compressed by zlib and bzip2 (with files usually ending in .gz or .bz2). | ||
|
||
Download the appropriate executable and make a symbolic link in a folder included in your `$PATH` from `vsearch` to the appropriate binary. You may use the following commands (assuming `~/bin` is in your `$PATH`): | ||
|
||
```sh | ||
cd ~ | ||
mkdir -p bin | ||
cd bin | ||
wget https://github.com/torognes/vsearch/releases/download/v1.0.15/vsearch-1.0.15-linux-x86_64 | ||
ln -s vsearch-1.0.15-linux-x86_64 vsearch | ||
wget https://github.com/torognes/vsearch/releases/download/v1.0.16/vsearch-1.0.16-linux-x86_64 | ||
ln -s vsearch-1.0.16-linux-x86_64 vsearch | ||
``` | ||
|
||
Substitute `linux` with `osx` in those lines if you're on a Mac. | ||
|
@@ -339,14 +339,22 @@ Some issues to work on: | |
|
||
## The VSEARCH team | ||
|
||
The following people have contributed to VSEARCH: | ||
The main contributors to VSEARCH: | ||
|
||
* Torbjørn Rognes (Coding, testing, documentation, evaluation) | ||
* Tomáš Flouri (Coding, testing) | ||
* Frédéric Mahé (Documentation, testing, feature suggestions) | ||
* Christopher Quince (Initiator, feature suggestions, evaluation) | ||
* Umer Zeeshan Ijaz (Feature suggestions) | ||
* Ben Nichols (evaluation) | ||
* Tomáš Flouri <[email protected]> (Coding, testing) | ||
* Umer Zeeshan Ijaz <[email protected]> (Feature suggestions) | ||
* Frédéric Mahé <[email protected]> (Documentation, testing, feature suggestions) | ||
* Ben Nichols <[email protected]> (evaluation) | ||
* Christopher Quince <[email protected]> (Initiator, feature suggestions, evaluation) | ||
* Torbjørn Rognes <[email protected]> (Coding, testing, documentation, evaluation) | ||
|
||
|
||
## Acknowledgements | ||
|
||
Thanks to the following for patches and other suggestions for improvements: | ||
|
||
* Jeff Epler <[email protected]> | ||
* Andreas Tille <[email protected]> | ||
|
||
|
||
## Citing VSEARCH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.\" ============================================================================ | ||
.TH vsearch 1 "February 18, 2015" "version 1.0.15" "USER COMMANDS" | ||
.TH vsearch 1 "February 19, 2015" "version 1.0.16" "USER COMMANDS" | ||
.\" ============================================================================ | ||
.SH NAME | ||
vsearch \(em chimera detection, clustering, dereplication, masking, pairwise alignment, searching, shuffling and sorting of amplicons from metagenomic projects. | ||
|
@@ -1415,7 +1415,7 @@ only sequences with an abundance equal to or greater than 2: | |
.\" | ||
.\" ============================================================================ | ||
.SH AUTHORS | ||
Implementation by Torbjørn Rognes and Tomas Flouri, documentation by Frédéric Mahé. | ||
Implementation by Torbjørn Rognes and Tomás Flouri, documentation by Frédéric Mahé. | ||
.\" ============================================================================ | ||
.SH REPORTING BUGS | ||
Submit suggestions and bug-reports at | ||
|
@@ -1427,7 +1427,7 @@ curmudgeont e-mail to Torbjørn Rognes <[email protected]>. | |
Source code and binaries are available at <https://github.com/torognes/vsearch>. | ||
.\" ============================================================================ | ||
.SH COPYRIGHT | ||
Copyright (C) 2014, 2015 Torbjørn Rognes, Frédéric Mahé and Tomas Flouri. | ||
Copyright (C) 2014, 2015 Torbjørn Rognes, Frédéric Mahé and Tomás Flouri. | ||
.PP | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters