Description

Sort fasta entries by decreasing abundance (–sortbysize) or sequence length (–sortbylength).

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Sequences to be sorted in FASTA format

*.{fasta,fa,fasta.gz,fa.gz}

sort_arg

:string

Argument to provide to sort algorithm. Sort by abundance with –sortbysize or by sequence length with –sortbylength.

Output

name:type
description
pattern

fasta

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.fasta

:file

Sorted FASTA file

*.{fasta}

versions_vsearch

${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

Topics

name:type
description
pattern

versions

${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

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)