forked from nf-core/differentialabundance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tower.yml
25 lines (25 loc) · 896 Bytes
/
tower.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
reports:
"**/report/*.html":
display: "Final differential abundance report"
"**/report/*.zip":
display: "Report bundle (markdown + input files)"
pipeline_info/**:
display: "Pipeline run info"
"**/plots/exploratory/**/html/*.html":
display: "Exploratory plots (HTML)"
"**/plots/differential/**/html/*.html":
display: "Differential plots (HTML)"
"**/plots/exploratory/**/png/*.png":
display: "Exploratory plots (PNG)"
"**/plots/differential/**/png/*.png":
display: "Differential plots (PNG)"
"**/tables/differential/*.tsv":
display: "DESeq2 differential table"
"**/tables/processed_counts/*.tsv":
display: "DESeq2 processed counts table"
"**/plots/qc/*.dispersion.png":
display: "DESeq2 dispersion plot"
"**/shinyngs_app/data.rds":
display: "Data for Shiny app"
"**/shinyngs_app/app.R":
display: "Launch script for Shiny app"