What is VSEARCH?
masterVSEARCH is an open-source, high-performance alternative to USEARCH designed for large-scale biological sequence analysis. It is a 64-bit tool that utilizes SIMD vectorization and multi-threading to perform accurate alignments at high speed.
Key features include:
- de novo and reference-based chimera detection
- Clustering, dereplication, and rereplication
- All-vs-all pairwise global alignment
- Exact and global alignment searching
- FASTQ file analysis, filtering, and merging of paired-end reads
Unlike USEARCH's default heuristic approach, VSEARCH uses an optimal global aligner (full dynamic programming Needleman-Wunsch), providing improved sensitivity and accuracy, particularly for alignments containing gaps.