nf-core/bismark/methylationextractor @ 0.0.0-0c7146d
Summary
Extracts methylation information for individual cytosines from alignments.
Get started
Add the following snippet to your workflow script to include this module.
include { BISMARK_METHYLATIONEXTRACTOR } from 'nf-core/bismark/methylationextractor'
License
MIT License
Name
|
BISMARK_METHYLATIONEXTRACTOR |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
BAM file containing read alignments *.{bam}
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
index
directory
|
Bismark genome index directory BismarkIndex
|
mbias
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.M-bias.txt
file
|
Text file containing methylation bias information *.{M-bias.txt}
|
report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*_splitting_report.txt
file
|
Bismark splitting reports *_{splitting_report.txt}
|
bedgraph
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bedGraph.gz
file
|
Bismark output file containing coverage and methylation metrics *.{bedGraph.gz}
|
coverage
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.cov.gz
file
|
Bismark output file containing coverage metrics *.{cov.gz}
|
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 |
methylation_calls
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.txt.gz
file
|
Bismark output file containing strand-specific methylation calls *.{txt.gz}
|
| 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 | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:27:28 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbismark%2Fmethylationextractor/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bismark/methylationextractor/blobs/sha256:f720f085d61996b473e311de95f6f5d50ae30febdd0bbb10faba9b43a58f72b0 |
| Size | 3.4 KB |
| Checksum | sha256:f720f085d61996b473e311de95f6f5d50ae30febdd0bbb10faba9b43a58f72b0 |