×

nf-core/modkit/pileup @ 0.0.0-6c4ed3a

A bioinformatics tool for working with modified bases

Latest version: 0.0.0-6c4ed3a
Total downloads: 9
Source: nf-core/modules
Maintainers: @fellen31 @jkh00

Summary

A bioinformatics tool for working with modified bases

Get started

Add the following snippet to your workflow script to include this module.

include { MODKIT_PILEUP } from 'nf-core/modkit/pileup'

License

MIT License

Process
Name MODKIT_PILEUP
Input 3 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

bam file

Sorted BAM/CRAM file

*.{bam,cram}
bai file

Associated index file for BAM

*.bai
#2 tuple
meta2 map

Groovy Map containing reference information e.g. [ id:'hg38' ]

fasta file

Reference sequence in FASTA format. Required for motif (e.g. CpG) filtering

*.fasta
fai file

Associated index file for FASTA

*.fai
#3 tuple
meta3 map

Groovy Map containing BED file information e.g. [ id:'regions' ]

bed file

BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file

*.bed
Output 3 channels
#1 log tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.log file

File for debug logs to be written to

*.log
#2 bedgz tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.bed.gz file

bgzf-compressed bedMethyl output file(s)

*.bed
#3 versions_modkit tuple
${task.process} string

The name of the process

modkit string

The name of the tool

modkit --version | sed 's/modkit //' eval

The expression to obtain the version of the tool

Tool Description Homepage
modkit A bioinformatics tool for working with modified bases in Oxford Nanopore sequencing data https://github.com/nanoporetech/modkit
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:32:08 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fmodkit%2Fpileup/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/modkit/pileup/blobs/sha256:f9947eb499ae4e9f6f8df1edff924950d4aaacad6cc69c3996c14001319bb703
Size 3.6 KB
Checksum sha256:f9947eb499ae4e9f6f8df1edff924950d4aaacad6cc69c3996c14001319bb703
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:32:08 (UTC) 3 3.6 KB
0.0.0-3fc6d40 22 Apr 2026 15:22:52 (UTC) 3 3.6 KB
0.0.0-0c7146d 08 Apr 2026 19:19:03 (UTC) 3 3.6 KB