×

nf-core/genrich @ 0.0.0-6c4ed3a

Peak-calling for ChIP-seq and ATAC-seq enrichment experiments

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules

Summary

Peak-calling for ChIP-seq and ATAC-seq enrichment experiments

Get started

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

include { GENRICH } from 'nf-core/genrich'

License

MIT License

Process
Name GENRICH
Input 2 channels
#1 tuple
meta map

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

treatment_bam file

Coordinate sorted BAM/SAM file from treatment sample or list of BAM/SAM files from biological replicates

*.{bam,sam}
control_bam file

Coordinate sorted BAM/SAM file from control sample or list of BAM/SAM files from control samples

*.{bam,sam}
blacklist_bed file

Bed file containing genomic intervals to exclude from the analysis

*.{bed}
Output 6 channels
#1 peak tuple
meta map

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

*.narrowPeak file

Narrow peak file containing genomic intervals of significant enrichment

*.{narrowPeak}
#2 versions
versions.yml file

File containing software versions

versions.yml
#3 duplicates tuple
meta map

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

*.duplicates.txt file

Text output file containing intervals corresponding to PCR duplicates

*.{intervals.txt}
#4 bed_intervals tuple
meta map

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

*.intervals.bed file

Bed file containing annotated intervals

*.{intervals.bed}
#5 bedgraph_pileup tuple
meta map

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

*.pileup.bedGraph file

bedGraph file containing pileups and p-values

*.{pileup.bedGraph}
#6 bedgraph_pvalues tuple
meta map

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

*.pvalues.bedGraph file

bedGraph file containing p/q values

*.{pvalues.bedGraph}
Tool Description Homepage
genrich Genrich is a peak-caller for genomic enrichment assays (e.g. ChIP-seq, ATAC-seq). It analyzes alignment files generated following the assay and produces a file detailing peaks of significant enrichment. https://github.com/jsh58/Genrich
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:21:13 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fgenrich/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/genrich/blobs/sha256:07c2132c8b3e2e3f30a6393da1a2ab67bd538fc1205927f2e42c799f74ab1449
Size 3.6 KB
Checksum sha256:07c2132c8b3e2e3f30a6393da1a2ab67bd538fc1205927f2e42c799f74ab1449
Downloads 2
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:21:13 (UTC) 2 3.6 KB
0.0.0-3fc6d40 22 Apr 2026 15:13:48 (UTC)