You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/multiqc_main_config.yaml
+128Lines changed: 128 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,131 @@ custom_plot_config:
23
23
24
24
remove_sections:
25
25
- 'fastqc_sequence_counts'
26
+
27
+
custom_data:
28
+
rrna_plot:
29
+
id: "rrna_plot"
30
+
section_name: "Ribosomal RNA - plot"
31
+
parent_id: "rrna"
32
+
parent_name: "Ribosomal RNA"
33
+
title: "rRNA mapping statistics extracted from FastQScreen output"
34
+
description: "shows the FastQScreen mapping statistics for the rRNA genome. The statistics have been extracted from the full FastQScreen output shown elsewhere in this report in order to highlight the rRNA contents."
35
+
file_format: "tsv"
36
+
plot_type: "bargraph"
37
+
categories:
38
+
- "#Unmapped"
39
+
- "#One_hit_one_genome"
40
+
- "#Multiple_hits_one_genome"
41
+
- "#One_hit_multiple_genomes"
42
+
- "Multiple_hits_multiple_genomes"
43
+
pconfig:
44
+
hide_zero_cats: False
45
+
cpswitch_c_active: False
46
+
title: "Reads mapped to rRNA genome"
47
+
rrna_table:
48
+
id: "rrna_table"
49
+
parent_id: "rrna"
50
+
parent_name: "Ribosomal RNA"
51
+
section_name: "Ribosomal RNA - table"
52
+
file_format: "tsv"
53
+
plot_type: "table"
54
+
description: "shows the FastQScreen mapping statistics for the rRNA genome. The statistics have been extracted from the full FastQScreen output shown elsewhere in this report in order to highlight the rRNA contents."
55
+
pconfig:
56
+
sortRows: True
57
+
table_title: "rRNA mapping statistics extracted from FastQScreen output"
58
+
headers:
59
+
"Genome":
60
+
title: 'Genome'
61
+
description: screened genome
62
+
hidden: True
63
+
"#Reads_processed":
64
+
namespace: 'rRNA number'
65
+
title: 'Reads_processed'
66
+
format: '{:,.0f}'
67
+
description: number of sampled reads for the screen
68
+
"#Unmapped":
69
+
title: 'Unmapped'
70
+
namespace: 'rRNA number'
71
+
hidden: True
72
+
format: '{:,.0f}'
73
+
description: reads with no hits in any of the screened genomes
74
+
"%Unmapped":
75
+
namespace: 'rRNA percentage'
76
+
title: 'Unmapped'
77
+
suffix: '%'
78
+
max: 100
79
+
min: 0
80
+
ceiling: 100
81
+
floor: 0
82
+
scale: 'RdYlGn'
83
+
description: reads with no hits in any of the screened genomes
84
+
"#One_hit_one_genome":
85
+
namespace: 'rRNA number'
86
+
title: 'One_hit_one_genome'
87
+
hidden: True
88
+
format: '{:,.0f}'
89
+
description: reads with a unique hit only in the specified genome
90
+
"%One_hit_one_genome":
91
+
namespace: 'rRNA percentage'
92
+
title: 'One_hit_one_genome'
93
+
suffix: '%'
94
+
max: 100
95
+
min: 0
96
+
ceiling: 100
97
+
floor: 0
98
+
scale: 'Reds'
99
+
description: reads with a unique hit only in the specified genome
100
+
"#Multiple_hits_one_genome":
101
+
namespace: 'rRNA number'
102
+
title: 'Multiple_hits_one_genome'
103
+
hidden: True
104
+
format: '{:,.0f}'
105
+
description: reads with multiple hits only in the specified genome
106
+
"%Multiple_hits_one_genome":
107
+
namespace: 'rRNA percentage'
108
+
title: 'Multiple_hits_one_genome'
109
+
suffix: '%'
110
+
max: 100
111
+
min: 0
112
+
ceiling: 100
113
+
floor: 0
114
+
scale: 'Reds'
115
+
description: reads with multiple hits only in the specified genome
116
+
"#One_hit_multiple_genomes":
117
+
namespace: 'rRNA number'
118
+
title: 'One_hit_multiple_genomes'
119
+
hidden: True
120
+
format: '{:,.0f}'
121
+
description: reads with a unique hit in multiple screened genomes
122
+
"%One_hit_multiple_genomes":
123
+
namespace: 'rRNA percentage'
124
+
title: 'One_hit_multiple_genomes'
125
+
suffix: '%'
126
+
max: 100
127
+
min: 0
128
+
ceiling: 100
129
+
floor: 0
130
+
scale: 'Reds'
131
+
description: reads with a unique hit in multiple screened genomes
132
+
"#Multiple_hits_multiple_genomes":
133
+
namespace: 'rRNA number'
134
+
title: 'Multiple_hits_multiple_genomes'
135
+
hidden: True
136
+
format: '{:,.0f}'
137
+
description: reads with multiple hits in multiple screened genomes
138
+
"%Multiple_hits_multiple_genomes":
139
+
namespace: 'rRNA percentage'
140
+
title: 'Multiple_hits_multiple_genomes'
141
+
suffix: '%'
142
+
max: 100
143
+
min: 0
144
+
ceiling: 100
145
+
floor: 0
146
+
scale: 'Reds'
147
+
description: reads with multiple hits in multiple screened genomes
0 commit comments