×

nf-core/bismark/deduplicate @ 0.0.0-0c7146d

Removes alignments to the same position in the genome from the Bismark mapping output.

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules
Authors: @phue
Maintainers: @phue @sateeshperi

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-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 18:48:09 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbismark%2Fdeduplicate/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bismark/deduplicate/blobs/sha256:b1921e25e13147c26db53caca4545f494045be54e0199bb64577876c54452ce2
Size 2.6 KB
Checksum sha256:b1921e25e13147c26db53caca4545f494045be54e0199bb64577876c54452ce2
Downloads 4
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