-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtower.yml
41 lines (37 loc) · 1.33 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
32
33
34
35
36
37
reports:
multiqc_report.html:
display: "MultiQC HTML report"
"**/report/*report.pdf":
display: "Organism Discovery Report(s)"
"**/report/*report.txt":
display: "Organism Discovery Analysis"
"**/convert/*merged.tsv":
display: "Confidence Table"
"**/krona/*.html":
display: "Krona Plots"
"**/fastqc/*_fastqc.html":
display: "FASTQC output (Illumina Only)"
"**/nanoplot/*_NanoPlot-report.html":
display: "Nanoplot output (Nanopore Only)"
"**/fastp/*.fastp.html":
display: "fastp output (QC Trimming)"
"**/samtools/*.txt":
display: "Coverage, Base Quality, and Map Stats"
"**/bcftools/*consensus.fa":
display: "Consensus Generation File"
"**/bcftools/*consensus.fa":
display: "Consensus Generation File"
"**/minimap2/*.bam":
display: "MAPQ Filtered and Sorted Minimap2 BAM File(s)"
"**/hisat2/*.bam":
display: "MAPQ Filtered and Sorted Hisat2 BAM File(s)"
"**/bowtie2/*.bam":
display: "MAPQ Filtered and Sorted Bowtie2 BAM File(s)"
"**/samtools/*.bam":
display: "MAPQ Filtered and Sorted and Merged (if multiple reference files) BAM File(s)"
"**/top/*top_report.tsv":
display: "Top Taxa Per Rank post-Kraken2"
"**/top/krakenreport.merged_mqc.tsv":
display: "All Samples Top Hits Post-Kraken2"
"**/kraken2/*report.txt":
display: "Raw Kraken2 Reports"