nf-core/drep/dereplicate @ 0.0.0-e3e0c68
Summary
Dereplicates a genome set by identifying highly similar genomes and choose the best representative genome
Get started
Add the following snippet to your workflow script to include this module.
include { DREP_DEREPLICATE } from 'nf-core/drep/dereplicate'
License
MIT License
Name
|
DREP_DEREPLICATE |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fastas
file
|
List of FASTA files to dereplicate *.{fasta,fa,fna,fas}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
drep_work
directory
|
Optional existing dRep working directory containing pre-computed clustering results (e.g. output from dRep compare) |
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
logger.log
file
|
logging file containing information about the dereplication process *.{log}
|
fastas
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
dereplicated_genomes/*
file
|
Representative genomes for each cluster of similar genomes *.{fasta,fa,fna,fas}
|
figures
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
figures/*pdf
file
|
Figures visualising the dereplication process, such as clustering results and representative genome selection *.{pdf}
|
versions_drep
tuple
${task.process}
string
|
The name of the process |
|---|---|
drep
string
|
The name of the tool |
dRep | sed '2!d;s/.*v//g;s/ .*//g'
eval
|
The expression to obtain the version of the tool |
summary_tables
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
data_tables/*.csv
file
|
Summary tables containing information about the dereplication process including cluster membership of each genome *.{csv}
|
| Tool | Description | Homepage |
|---|---|---|
| drep | De-replication of microbial genomes assembled from multiple samples | https://drep.readthedocs.io/en/latest/ |
| Version | 0.0.0-e3e0c68 |
|---|---|
| Commit ID | e3e0c687eb5c129c011fca992af762ff2d4cb0f3 |
| Release Date | 27 Apr 2026 21:15:32 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fdrep%2Fdereplicate/0.0.0-e3e0c68/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/drep/dereplicate/blobs/sha256:3f1b7bd66f476931c3a041a0897dc2db06cc311f41a15622c043fad5012a2791 |
| Size | 3.6 KB |
| Checksum | sha256:3f1b7bd66f476931c3a041a0897dc2db06cc311f41a15622c043fad5012a2791 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-e3e0c68 | 27 Apr 2026 21:15:32 (UTC) |