nf-core/vsearch/sintax @ 0.0.0-6c4ed3a
Summary
Taxonomic classification using the sintax algorithm.
Get started
Add the following snippet to your workflow script to include this module.
include { VSEARCH_SINTAX } from 'nf-core/vsearch/sintax'
License
MIT License
Process
Name
|
VSEARCH_SINTAX |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing query file information e.g. [ id:'test'] |
|---|---|
queryfasta
file
|
Query sequences in FASTA or FASTQ format *.{fasta,fa,fna,faa,fastq,fq}
|
db
file
|
Reference database file in FASTA or UDB format *
|
|---|
Output
2 channels
#1
tsv
tuple
meta
file
|
Results written to tab-delimited file *.{tsv}
|
|---|---|
*.tsv
file
|
Results written to tab-delimited file *.{tsv}
|
#2
versions_vsearch
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
vsearch
string
|
The tool name |
vsearch --version 2>&1 | sed -n "1s/.*v\([0-9.]*\).*/\\1/p"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| vsearch | VSEARCH is a versatile open-source tool for microbiome analysis, including chimera detection, clustering, dereplication and rereplication, extraction, FASTA/FASTQ/SFF file processing, masking, orienting, pair-wise alignment, restriction site cutting, searching, shuffling, sorting, subsampling, and taxonomic classification of amplicon sequences for metagenomics, genomics, and population genetics. (USEARCH alternative) | https://github.com/torognes/vsearch |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:52:46 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvsearch%2Fsintax/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vsearch/sintax/blobs/sha256:b4168ac9798f625375c45b08e2cf2c41b82449382f021e8438c4e2b39b82ad1b |
| Size | 2.5 KB |
| Checksum | sha256:b4168ac9798f625375c45b08e2cf2c41b82449382f021e8438c4e2b39b82ad1b |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:52:46 (UTC) | 3 | 2.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:36:40 (UTC) | 1 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:47:19 (UTC) | 1 | 2.5 KB |