-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tower.yml to render Reports for main files on Tower
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
reports: | ||
multiqc_report.html: | ||
display: "MultiQC HTML report" | ||
macs2_peak.plots.pdf: | ||
display: "All samples MACS2 peak QC PDF plots" | ||
macs2_annotatePeaks.plots.pdf: | ||
display: "All samples HOMER annotatePeaks.pl QC PDF plots" | ||
"*.consensus_peaks.plots.pdf": | ||
display: "Consensus peaks DESeq2 QC PDF plots" | ||
"*.consensus_peaks.boolean.intersect.plot.pdf": | ||
display: "Consensus peaks UpSetR intersection PDF plots" | ||
"*.consensus_peaks.boolean.annotatePeaks.txt": | ||
display: "Consensus peaks annotated by HOMER" | ||
"*.plotHeatmap.pdf": | ||
display: "Per-sample deepTools plotHeatmap PDF plots" | ||
"*_peaks.broadPeak": | ||
display: "Per-sample MACS2 broadPeak file" | ||
"*_peaks.narrowPeak": | ||
display: "Per-sample MACS2 narrowPeak file" |