2021-03-23 18:24:54 +00:00
|
|
|
name: homer_annotatepeaks
|
2021-09-08 15:40:34 +00:00
|
|
|
description: Annotate peaks with HOMER suite
|
2021-03-23 18:24:54 +00:00
|
|
|
keywords:
|
|
|
|
- annotations
|
|
|
|
- peaks
|
|
|
|
- bed
|
|
|
|
tools:
|
2021-09-08 15:40:34 +00:00
|
|
|
- homer:
|
2021-03-23 18:24:54 +00:00
|
|
|
description: |
|
|
|
|
HOMER (Hypergeometric Optimization of Motif EnRichment) is a suite of tools for Motif Discovery and next-gen sequencing analysis.
|
|
|
|
documentation: http://homer.ucsd.edu/homer/
|
|
|
|
doi: 10.1016/j.molcel.2010.05.004.
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['GPL-3.0-or-later']
|
2021-03-23 18:24:54 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- peaks:
|
|
|
|
type: file
|
|
|
|
description: The peak files in bed format
|
|
|
|
pattern: "*.bed"
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Fasta file of reference genome
|
|
|
|
pattern: "*.fasta"
|
|
|
|
- gtf:
|
|
|
|
type: file
|
|
|
|
description: GTF file of reference genome
|
|
|
|
pattern: "*.gtf"
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- annotated_peaks:
|
|
|
|
type: file
|
|
|
|
description: The annotated peaks
|
|
|
|
pattern: "*annotatePeaks.txt"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-03-23 18:24:54 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-03-23 18:24:54 +00:00
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@kevinmenden"
|