@@ -4,6 +4,10 @@ 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"
8+ " **/star_salmon/salmon.merged.gene_lengths.tsv " :
9+ display : " All samples STAR Salmon transcript lengths"
10+ " **/star_salmon/salmon.merged.transcript_lengths.tsv " :
711 display : " All samples STAR Salmon merged gene raw counts"
812 " **/star_salmon/salmon.merged.gene_tpm.tsv " :
913 display : " All samples STAR Salmon merged gene TPM counts"
@@ -14,6 +18,10 @@ reports:
1418 " **/salmon/**/deseq2.plots.pdf " :
1519 display : " All samples Salmon DESeq2 QC PDF plots"
1620 " **/salmon/salmon.merged.gene_counts.tsv " :
21+ display : " All samples Salmon mean transcript length per gene"
22+ " **/salmon/salmon.merged.gene_lengths.tsv " :
23+ display : " All samples Salmon transcript lengths"
24+ " **/salmon/salmon.merged.transcript_lengths.tsv " :
1725 display : " All samples Salmon merged gene raw counts"
1826 " **/salmon/salmon.merged.gene_tpm.tsv " :
1927 display : " All samples Salmon merged gene TPM counts"
@@ -24,6 +32,10 @@ reports:
2432 " **/kallisto/**/deseq2.plots.pdf " :
2533 display : " All samples Kallisto DESeq2 QC PDF plots"
2634 " **/kallisto/kallisto.merged.gene_counts.tsv " :
35+ display : " All samples Kallisto mean transcript length per gene"
36+ " **/kallisto/kallisto.merged.gene_lengths.tsv " :
37+ display : " All samples Kallisto transcript lengths"
38+ " **/kallisto/kallisto.merged.transcript_lengths.tsv " :
2739 display : " All samples Kallisto merged gene raw counts"
2840 " **/kallisto/kallisto.merged.gene_tpm.tsv " :
2941 display : " All samples Kallisto merged gene TPM counts"
0 commit comments