nf-core/bismark/deduplicate @ 0.0.0-6c4ed3a
Summary
Removes alignments to the same position in the genome from the Bismark mapping output.
Get started
Add the following snippet to your workflow script to include this module.
include { BISMARK_DEDUPLICATE } from 'nf-core/bismark/deduplicate'
License
MIT License
Process
Name
|
BISMARK_DEDUPLICATE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
BAM file containing read alignments *.{bam}
|
Output
3 channels
#1
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.deduplicated.bam
file
|
Deduplicated output BAM file containing read alignments *.{deduplicated.bam}
|
#2
report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.deduplication_report.txt
file
|
Bismark deduplication reports *.{deduplication_report.txt}
|
#3
versions_bismark
tuple
${task.process}
string
|
The name of the process |
|---|---|
bismark
string
|
The name of the tool |
bismark -v 2>&1 | sed -n 's/^.*Bismark Version: v//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bismark | Bismark is a tool to map bisulfite treated sequencing reads and perform methylation calling in a quick and easy-to-use fashion. | https://github.com/FelixKrueger/Bismark |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:06:31 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbismark%2Fdeduplicate/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bismark/deduplicate/blobs/sha256:427f34d4204dc2a99077f7dc11a46ac090a41cbc2e9c7eac78fd37e7ba33c644 |
| Size | 2.6 KB |
| Checksum | sha256:427f34d4204dc2a99077f7dc11a46ac090a41cbc2e9c7eac78fd37e7ba33c644 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:06:31 (UTC) | 3 | 2.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:48:09 (UTC) | 4 | 2.6 KB |