Description

Taxonomic classification using the sintax algorithm.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing query file information e.g. [ id:‘test’]

queryfasta{:bash}

:file

Query sequences in FASTA or FASTQ format

*.{fasta,fa,fna,faa,fastq,fq}

db{:bash}

:file

Reference database file in FASTA or UDB format

*

Output

name:type
description
pattern

tsv{:bash}

meta{:bash}

:file

Results written to tab-delimited file

*.{tsv}

*.tsv{:bash}

:file

Results written to tab-delimited file

*.{tsv}

versions_vsearch{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

vsearch{:bash}

:string

The tool name

vsearch --version 2>&1 | sed -n "1s/.*v\([0-9.]*\).*/\\1/p"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

vsearch{:bash}

:string

The tool name

vsearch --version 2>&1 | sed -n "1s/.*v\([0-9.]*\).*/\\1/p"{:bash}

:eval

The expression to obtain the version of the tool

Tools

vsearch
GPL v3-or-later OR BSD-2-clause

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)