Skip to content

Commit

Permalink
Add tower.yml to render Reports for main files on Tower
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Sep 16, 2022
1 parent bcc9702 commit 255992d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tower.yml
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"

0 comments on commit 255992d

Please sign in to comment.