Skip to content

Commit 736bffa

Browse files
committed
Fix tower yml
1 parent 3e30c26 commit 736bffa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tower.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ reports:
44
"**/star_salmon/**/deseq2.plots.pdf":
55
display: "All samples STAR Salmon DESeq2 QC PDF plots"
66
"**/star_salmon/salmon.merged.gene_counts.tsv":
7-
display: "All samples STAR Salmon mean transcript length per gene"
7+
display: "All samples STAR Salmon merged gene raw counts"
88
"**/star_salmon/salmon.merged.gene_lengths.tsv":
9-
display: "All samples STAR Salmon transcript lengths"
9+
display: "All samples STAR Salmon mean transcript length per gene"
1010
"**/star_salmon/salmon.merged.transcript_lengths.tsv":
11-
display: "All samples STAR Salmon merged gene raw counts"
11+
display: "All samples STAR Salmon transcript lengths"
1212
"**/star_salmon/salmon.merged.gene_tpm.tsv":
1313
display: "All samples STAR Salmon merged gene TPM counts"
1414
"**/star_salmon/salmon.merged.transcript_counts.tsv":
@@ -18,11 +18,11 @@ reports:
1818
"**/salmon/**/deseq2.plots.pdf":
1919
display: "All samples Salmon DESeq2 QC PDF plots"
2020
"**/salmon/salmon.merged.gene_counts.tsv":
21-
display: "All samples Salmon mean transcript length per gene"
21+
display: "All samples Salmon merged gene raw counts"
2222
"**/salmon/salmon.merged.gene_lengths.tsv":
23-
display: "All samples Salmon transcript lengths"
23+
display: "All samples Salmon mean transcript length per gene"
2424
"**/salmon/salmon.merged.transcript_lengths.tsv":
25-
display: "All samples Salmon merged gene raw counts"
25+
display: "All samples Salmon transcript lengths"
2626
"**/salmon/salmon.merged.gene_tpm.tsv":
2727
display: "All samples Salmon merged gene TPM counts"
2828
"**/salmon/salmon.merged.transcript_counts.tsv":
@@ -32,11 +32,11 @@ reports:
3232
"**/kallisto/**/deseq2.plots.pdf":
3333
display: "All samples Kallisto DESeq2 QC PDF plots"
3434
"**/kallisto/kallisto.merged.gene_counts.tsv":
35-
display: "All samples Kallisto mean transcript length per gene"
35+
display: "All samples Kallisto merged gene raw counts"
3636
"**/kallisto/kallisto.merged.gene_lengths.tsv":
37-
display: "All samples Kallisto transcript lengths"
37+
display: "All samples Kallisto mean transcript length per gene"
3838
"**/kallisto/kallisto.merged.transcript_lengths.tsv":
39-
display: "All samples Kallisto merged gene raw counts"
39+
display: "All samples Kallisto transcript lengths"
4040
"**/kallisto/kallisto.merged.gene_tpm.tsv":
4141
display: "All samples Kallisto merged gene TPM counts"
4242
"**/kallisto/kallisto.merged.transcript_counts.tsv":

0 commit comments

Comments
 (0)