×

nf-core/vsearch/dereplicate @ 0.0.0-0c7146d

Merge strictly identical sequences contained in filename. Identical sequences are defined as having the same length and the same string of nucleotides (case insensitive, T and U are considered the same).

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @chriswyatt1
Maintainers: @chriswyatt1

Summary

Merge strictly identical sequences contained in filename. Identical sequences are defined as having the same length and the same string of nucleotides (case insensitive, T and U are considered the same).

Get started

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

include { VSEARCH_DEREPLICATE } from 'nf-core/vsearch/dereplicate'

License

MIT License

Process
Name VSEARCH_DEREPLICATE
Input 1 channel
#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,.fna,.fna.gz}
Output 4 channels
#1 log tuple
meta map

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

${prefix}.log file

a log file of the run

${prefix}.log
#2 fasta tuple
meta map

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

${prefix}.fasta file

dereplicated fasta

${prefix}.fasta
#3 clustering tuple
meta map

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

${prefix}.uc file

dereplicated derep.uc file

${prefix}.uc
#4 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 A versatile open source tool for metagenomics (USEARCH alternative) https://github.com/torognes/vsearch
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:23:02 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fvsearch%2Fdereplicate/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/vsearch/dereplicate/blobs/sha256:b2df5e613d7c2d85882ffc368e9c010adae7ef74dd7b21a12a6a53dff5ea7f39
Size 2.6 KB
Checksum sha256:b2df5e613d7c2d85882ffc368e9c010adae7ef74dd7b21a12a6a53dff5ea7f39
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:23:02 (UTC) 1 2.6 KB -