nf-core_modules/modules/seacr/callpeak/meta.yml

49 lines
1.4 KiB
YAML
Raw Normal View History

2021-01-05 10:18:00 +00:00
name: seacr_callpeak
description: Call peaks using SEACR on sequenced reads in bedgraph format
keywords:
- peak-caller
- peaks
- bedgraph
- cut&tag
- cut&run
- chromatin
- seacr
tools:
- seacr:
description: |
2021-01-05 10:21:32 +00:00
SEACR is intended to call peaks and enriched regions from sparse CUT&RUN
2021-01-05 10:22:37 +00:00
or chromatin profiling data in which background is dominated by "zeroes"
(i.e. regions with no read coverage).
2021-01-05 10:18:00 +00:00
homepage: https://github.com/FredHutch/SEACR
documentation: https://github.com/FredHutch/SEACR
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bedgraph:
type: file
description: |
The target bedgraph file from which the peaks will be calculated.
- ctrlbedgraph:
type: file
description: |
Control (IgG) data bedgraph file to generate an empirical threshold for peak calling.
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bed:
type: file
description: Bed file containing the calculated peaks.
pattern: "*.bed"
- versions:
2021-01-05 10:18:00 +00:00
type: file
description: File containing software versions
pattern: "versions.yml"
2021-01-05 10:18:00 +00:00
authors:
2021-01-05 10:21:32 +00:00
- "@chris-cheshire"