×

nf-core/vsearch/sort @ 0.0.0-3fc6d40

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

Latest version: 0.0.0-6c4ed3a
Total downloads: 11
Source: nf-core/modules
Authors: @mirpedrol
Maintainers: @mirpedrol

Summary

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

Get started

Add the following snippet to your workflow script to include this module.

include { VSEARCH_SORT } from 'nf-core/vsearch/sort'

License

MIT License

Process
Name VSEARCH_SORT
Input 2 channels
#1 tuple
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 2 channels
#1 fasta tuple
meta map

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

*.fasta file

Sorted FASTA file

*.{fasta}
#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-3fc6d40
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 22 Apr 2026 15:36:41 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fvsearch%2Fsort/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vsearch/sort/blobs/sha256:dbb38362edfdd0cd03c251502c4970af572f358990b2833519d24a751c9a6c99
Size 2.8 KB
Checksum sha256:dbb38362edfdd0cd03c251502c4970af572f358990b2833519d24a751c9a6c99
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:52:47 (UTC) 3 2.8 KB
0.0.0-3fc6d40 22 Apr 2026 15:36:41 (UTC) 4 2.8 KB
0.0.0-0c7146d 08 Apr 2026 19:47:20 (UTC) 4 2.8 KB