vsearch 2.9.1
Sequence search tools for metagenomics
VSEARCH supports DNA sequence searching, clustering, chimera detection, dereplication, pairwise alignment, shuffling, subsampling, sorting and masking. The tool takes advantage of parallelism in the form of SIMD vectorization as well as multiple threads to perform accurate alignments at high speed. VSEARCH uses an optimal global aligner (full dynamic programming Needleman-Wunsch).
- Outputs:
out
- Website: https://github.com/torognes/vsearch
- Licenses: FreeBSD · GPL 3
- Package source: gnu/packages/bioinformatics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install vsearch 2.9.1
as follows:
guix install vsearch@2.9.1
Or install the latest version:
guix install vsearch
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.