-
Notifications
You must be signed in to change notification settings - Fork 8
/
tower.yml
31 lines (31 loc) · 1.31 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
reports:
"QC/multiqc_pretrim_report.html":
display: "MultiQC pre-trimming report"
"QC/fastq/**_1_pretrim_fastqc.zip":
display: "FastQC report before trimming for val 1"
"QC/fastq/**_2_pretrim_fastqc.zip":
display: "FastQC report before trimming for val 2"
"QC/adapter_trimming/**.fastq.gz_trimming_report.txt":
display: "Adapter trimming report"
"QC/multiqc_posttrim_report.html":
display: "MultiQC post-trimming report"
"QC/adapter_trimming/**_val_1_fastqc.zip":
display: "FastQC report after trimming for val 1"
"QC/adapter_trimming/**_val_2_fastqc.zip":
display: "FastQC report after trimming for val 2"
"BAM/STAR.**.SJ.out.tab":
display: "STAR junction report"
mimeType: text/tsv
"BAM/STAR.**.Chimeric.SJ.out.junction":
display: "STAR chimeric junction report"
mimeType: text
"QC/bam/**readdist.txt":
display: "RESeQC readdist file"
"QC/bam/**_clipping.clipping_profile.R1.pdf":
display: "RESeQC clipping profile R1"
"QC/bam/**_clipping.clipping_profile.R2.pdf":
display: "RESeQC clipping profile R2"
"QC/bam/**_jun_saturation.junctionSaturation_plot.pdf":
display: "RESeQC Junction saturation plot"
"counts/*_count.txt":
display: "Count table"