nf-core/methbat/profile @ 0.0.0-6c4ed3a
Summary
Runs methbat profile command to create methylation profiles for regions of interest from CpG metrics.
Get started
Add the following snippet to your workflow script to include this module.
include { METHBAT_PROFILE } from 'nf-core/methbat/profile'
License
MIT License
Process
Name
|
METHBAT_PROFILE |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
files
file
|
Zipped pb-cpg-tools output files and index files *.{bed.gz, bed.gz.tbi}
|
#2
tuple
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
regions
file
|
Background profile with regions of interest *.{tsv,csv}
|
Output
3 channels
#1
asm_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.bed
file
|
BED file with individual ASM CpG loci, produced by '--output-asm-bed' flag *.bed
|
#2
region_profile
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tsv
file
|
Methylation profile for regions of interest *.tsv
|
#3
versions_methbat
tuple
${task.process}
string
|
The name of the process |
|---|---|
methbat
string
|
The name of the tool |
methbat --version 2>&1 | sed 's/.* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| methbat | A battery of methylation tools for PacBio HiFi reads | https://github.com/PacificBiosciences/MethBat |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:30:27 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmethbat%2Fprofile/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/methbat/profile/blobs/sha256:fa5bfa146a8d0543a3335059e8696377de9ff4c144d4a2a364b94e466523f37b |
| Size | 3.5 KB |
| Checksum | sha256:fa5bfa146a8d0543a3335059e8696377de9ff4c144d4a2a364b94e466523f37b |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:30:27 (UTC) | 3 | 3.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:17:43 (UTC) | 3 | 3.5 KB |