nf-core/seqkit/rmdup @ 0.0.0-6c4ed3a
Summary
Transforms sequences (extract ID, filter by length, remove gaps, reverse complement...)
Get started
Add the following snippet to your workflow script to include this module.
include { SEQKIT_RMDUP } from 'nf-core/seqkit/rmdup'
License
MIT License
Process
Name
|
SEQKIT_RMDUP |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fastx
file
|
Input fasta/fastq file *.{fsa,fas,fa,fasta,fastq,fq,fsa.gz,fas.gz,fa.gz,fasta.gz,fastq.gz,fq.gz}
|
Output
3 channels
#1
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log
file
|
Log containing information regarding removed duplicates *.log
|
#2
fastx
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.${extension}
file
|
Output fasta/fastq file *.{fasta,fasta.gz,fastq,fastq.gz}
|
#3
versions_seqkit
tuple
${task.process}
string
|
The name of the process |
|---|---|
seqkit
string
|
The name of the tool |
seqkit version | sed 's/^.*v//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| seqkit | A cross-platform and ultrafast toolkit for FASTA/Q file manipulation | https://bioinf.shenwei.me/seqkit/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:44:31 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseqkit%2Frmdup/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seqkit/rmdup/blobs/sha256:1b9859d753b52f349603e5b0480561ee621725b884aec9212ecc8aa4a035233d |
| Size | 3.1 KB |
| Checksum | sha256:1b9859d753b52f349603e5b0480561ee621725b884aec9212ecc8aa4a035233d |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:31 (UTC) | 2 | 3.1 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:26 (UTC) | 2 | 3.1 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:36:41 (UTC) | 3 | 3.1 KB |