|
| 1 | +reports: |
| 2 | + multiqc_report.html: |
| 3 | + display: "MultiQC HTML report" |
| 4 | + "**/star_salmon/**/deseq2.plots.pdf": |
| 5 | + display: "All samples STAR Salmon DESeq2 QC PDF plots" |
| 6 | + "**/star_salmon/salmon.merged.gene_counts.tsv": |
| 7 | + display: "All samples STAR Salmon merged gene raw counts" |
| 8 | + "**/star_salmon/salmon.merged.gene_tpm.tsv": |
| 9 | + display: "All samples STAR Salmon merged gene TPM counts" |
| 10 | + "**/star_salmon/salmon.merged.transcript_counts.tsv": |
| 11 | + display: "All samples STAR Salmon merged transcript raw counts" |
| 12 | + "**/star_salmon/salmon.merged.transcript_tpm.tsv": |
| 13 | + display: "All samples STAR Salmon merged transcript TPM counts" |
| 14 | + "**/salmon/**/deseq2.plots.pdf": |
| 15 | + display: "All samples Salmon DESeq2 QC PDF plots" |
| 16 | + "**/salmon/salmon.merged.gene_counts.tsv": |
| 17 | + display: "All samples Salmon merged gene raw counts" |
| 18 | + "**/salmon/salmon.merged.gene_tpm.tsv": |
| 19 | + display: "All samples Salmon merged gene TPM counts" |
| 20 | + "**/salmon/salmon.merged.transcript_counts.tsv": |
| 21 | + display: "All samples Salmon merged transcript raw counts" |
| 22 | + "**/salmon/salmon.merged.transcript_tpm.tsv": |
| 23 | + display: "All samples Salmon merged transcript TPM counts" |
| 24 | + "**/star_rsem/**/deseq2.plots.pdf": |
| 25 | + display: "All samples STAR RSEM DESeq2 QC PDF plots" |
| 26 | + "**/star_rsem/rsem.merged.gene_counts.tsv": |
| 27 | + display: "All samples STAR RSEM merged gene raw counts" |
| 28 | + "**/star_rsem/rsem.merged.gene_tpm.tsv": |
| 29 | + display: "All samples STAR RSEM merged gene TPM counts" |
| 30 | + "**/star_rsem/rsem.merged.transcript_counts.tsv": |
| 31 | + display: "All samples STAR RSEM merged transcript raw counts" |
| 32 | + "**/star_rsem/rsem.merged.transcript_tpm.tsv": |
| 33 | + display: "All samples STAR RSEM merged transcript TPM counts" |
0 commit comments