nf-core/bismark/genomepreparation @ 0.0.0-6c4ed3a
Summary
Converts a specified reference genome into two different bisulfite converted versions and indexes them for alignments.
Get started
Add the following snippet to your workflow script to include this module.
include { BISMARK_GENOMEPREPARATION } from 'nf-core/bismark/genomepreparation'
License
MIT License
Process
Name
|
BISMARK_GENOMEPREPARATION |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
Input genome fasta file |
Output
2 channels
#1
index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
BismarkIndex
directory
|
Bismark genome index directory BismarkIndex
|
#2
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:32 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbismark%2Fgenomepreparation/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bismark/genomepreparation/blobs/sha256:3961df3c0ef217e2c1e87dee1e3f962695b563db1eb98d6778f84adac3162e91 |
| Size | 2.9 KB |
| Checksum | sha256:3961df3c0ef217e2c1e87dee1e3f962695b563db1eb98d6778f84adac3162e91 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:06:32 (UTC) | 3 | 2.9 KB | |
| 0.0.0-7f68141 | 16 Apr 2026 15:00:16 (UTC) | 3 | 2.9 KB | |
| 0.0.0-22e46af | 15 Apr 2026 15:00:11 (UTC) | 2 | 2.9 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:48:11 (UTC) | 5 | 2.9 KB |