nf-core/seacr/callpeak @ 0.0.0-0c7146d
Summary
Call peaks using SEACR on sequenced reads in bedgraph format
Get started
Add the following snippet to your workflow script to include this module.
include { SEACR_CALLPEAK } from 'nf-core/seacr/callpeak'
License
MIT License
Process
Name
|
SEACR_CALLPEAK |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bedgraph
file
|
The target bedgraph file from which the peaks will be calculated. |
ctrlbedgraph
file
|
Control (IgG) data bedgraph file to generate an empirical threshold for peak calling. |
threshold
integer
|
Threshold value used to call peaks if the ctrlbedgraph input is set to []. Set to 1 if using a control bedgraph |
|---|
Output
2 channels
#1
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bed
file
|
Bed file containing the calculated peaks. *.bed
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| seacr | SEACR is intended to call peaks and enriched regions from sparse CUT&RUN or chromatin profiling data in which background is dominated by "zeroes" (i.e. regions with no read coverage). | https://github.com/FredHutch/SEACR |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:35:27 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseacr%2Fcallpeak/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seacr/callpeak/blobs/sha256:752b48db9c49581dcc3ba6cd786bf89587535336af4ef43e5f7993d40e9f213e |
| Size | 2.7 KB |
| Checksum | sha256:752b48db9c49581dcc3ba6cd786bf89587535336af4ef43e5f7993d40e9f213e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:43:44 (UTC) | 4 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:07 (UTC) | 2 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:35:27 (UTC) | 3 | 2.7 KB |