forked from nf-core/rnaseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tower.yml
33 lines (33 loc) · 1.64 KB
/
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
26
27
28
29
30
31
32
33
reports:
multiqc_report.html:
display: "MultiQC HTML report"
"**/star_salmon/**/deseq2.plots.pdf":
display: "All samples STAR Salmon DESeq2 QC PDF plots"
"**/star_salmon/salmon.merged.gene_counts.tsv":
display: "All samples STAR Salmon merged gene raw counts"
"**/star_salmon/salmon.merged.gene_tpm.tsv":
display: "All samples STAR Salmon merged gene TPM counts"
"**/star_salmon/salmon.merged.transcript_counts.tsv":
display: "All samples STAR Salmon merged transcript raw counts"
"**/star_salmon/salmon.merged.transcript_tpm.tsv":
display: "All samples STAR Salmon merged transcript TPM counts"
"**/salmon/**/deseq2.plots.pdf":
display: "All samples Salmon DESeq2 QC PDF plots"
"**/salmon/salmon.merged.gene_counts.tsv":
display: "All samples Salmon merged gene raw counts"
"**/salmon/salmon.merged.gene_tpm.tsv":
display: "All samples Salmon merged gene TPM counts"
"**/salmon/salmon.merged.transcript_counts.tsv":
display: "All samples Salmon merged transcript raw counts"
"**/salmon/salmon.merged.transcript_tpm.tsv":
display: "All samples Salmon merged transcript TPM counts"
"**/star_rsem/**/deseq2.plots.pdf":
display: "All samples STAR RSEM DESeq2 QC PDF plots"
"**/star_rsem/rsem.merged.gene_counts.tsv":
display: "All samples STAR RSEM merged gene raw counts"
"**/star_rsem/rsem.merged.gene_tpm.tsv":
display: "All samples STAR RSEM merged gene TPM counts"
"**/star_rsem/rsem.merged.transcript_counts.tsv":
display: "All samples STAR RSEM merged transcript raw counts"
"**/star_rsem/rsem.merged.transcript_tpm.tsv":
display: "All samples STAR RSEM merged transcript TPM counts"