Skip to content

Commit 4f556ee

Browse files
committed
[skip ci] Add Kallisto outputs to Tower yml
1 parent 9dcaf0b commit 4f556ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tower.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ reports:
2121
display: "All samples Salmon merged transcript raw counts"
2222
"**/salmon/salmon.merged.transcript_tpm.tsv":
2323
display: "All samples Salmon merged transcript TPM counts"
24+
"**/kallisto/**/deseq2.plots.pdf":
25+
display: "All samples Kallisto DESeq2 QC PDF plots"
26+
"**/kallisto/kallisto.merged.gene_counts.tsv":
27+
display: "All samples Kallisto merged gene raw counts"
28+
"**/kallisto/kallisto.merged.gene_tpm.tsv":
29+
display: "All samples Kallisto merged gene TPM counts"
30+
"**/kallisto/kallisto.merged.transcript_counts.tsv":
31+
display: "All samples Kallisto merged transcript raw counts"
32+
"**/kallisto/kallisto.merged.transcript_tpm.tsv":
2433
"**/star_rsem/**/deseq2.plots.pdf":
2534
display: "All samples STAR RSEM DESeq2 QC PDF plots"
2635
"**/star_rsem/rsem.merged.gene_counts.tsv":

0 commit comments

Comments
 (0)