-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathmultiqc_config.yaml
More file actions
240 lines (232 loc) · 5.7 KB
/
multiqc_config.yaml
File metadata and controls
240 lines (232 loc) · 5.7 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
custom_logo: 'nf-core_eager_logo.png'
custom_logo_url: https://github.com/nf-core/eager/
custom_logo_title: 'nf-core/eager'
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/eager" target="_blank">nf-core/eager</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://github.com/nf-core/eager" target="_blank">documentation</a>.
run_modules:
- adapterRemoval
- bowtie2
- custom_content
- damageprofiler
- dedup
- fastp
- fastqc
- gatk
- kraken
- malt
- mtnucratio
- multivcfanalyzer
- picard
- preseq
- qualimap
- samtools
- sexdeterrmine
- hops
extra_fn_clean_exts:
- '_fastp'
- '.pe.settings'
- '.se.settings'
- '.settings'
- '.pe.combined'
- '.se.truncated'
- '.mapped'
- '.mapped_rmdup'
- '.mapped_rmdup_stats'
- '_libmerged_rg_rmdup'
- '_libmerged_rg_rmdup_stats'
- '_postfilterflagstat.stats'
- '_flagstat.stat'
- '.filtered'
- '.filtered_rmdup'
- '.filtered_rmdup_stats'
- '_libmerged_rg_add'
- '_libmerged_rg_add_stats'
- '_rmdup'
- '.unmapped'
- '.fastq.gz'
- '.fastq'
- '.fq.gz'
- '.fq'
- '.bam'
- '.kreport'
- '.unifiedgenotyper'
- '.trimmed_stats'
- '_libmerged'
- '_bt2'
top_modules:
- 'fastqc':
name: 'FastQC (pre-AdapterRemoval)'
path_filters:
- '*_raw_fastqc.zip'
- 'fastp'
- 'adapterRemoval'
- 'fastqc':
name: 'FastQC (post-AdapterRemoval)'
path_filters:
- '*.truncated_fastqc.zip'
- '*.combined*_fastqc.zip'
- 'bowtie2':
path_filters:
- '*_bt2.log'
- 'malt'
- 'hops'
- 'kraken'
- 'samtools':
name: 'Samtools Flagstat (pre-samtools filter)'
path_filters:
- '*_flagstat.stats'
- 'samtools':
name: 'Samtools Flagstat (post-samtools filter)'
path_filters:
- '*_postfilterflagstat.stats'
- 'dedup'
- 'picard'
- 'damageprofiler'
- 'qualimap'
- 'mtnucratio'
- 'preseq'
- 'sexdeterrmine'
- 'gatk'
- 'multivcfanalyzer':
path_filters:
- '*MultiVCFAnalyzer.json'
qualimap_config:
general_stats_coverage:
- 1
- 2
- 3
- 4
- 5
table_columns_visible:
FastQC (pre-AdapterRemoval):
percent_duplicates: False
percent_gc: True
avg_sequence_length: True
fastp:
pct_duplication: False
after_filtering_gc_content: True
pct_surviving: False
Adapter Removal:
aligned_total: False
percent_aligned: True
FastQC (post-AdapterRemoval):
avg_sequence_length: True
percent_duplicates: False
total_sequences: True
percent_gc: True
bowtie2:
overall_alignment_rate: True
MALT:
Taxonomic assignment success: False
Assig. Taxonomy: False
Mappability: True
Total reads: False
Num. of queries: False
Kraken:
'% Unclassified': True
'% Top 5': False
Samtools Flagstat (pre-samtools filter):
flagstat_total: True
mapped_passed: True
Samtools Flagstat (post-samtools filter):
mapped_passed: True
DeDup:
dup_rate: False
clusterfactor: True
mapped_after_dedup: True
Picard:
PERCENT_DUPLICATION: True
DamageProfiler:
5 Prime1: True
5 Prime2: True
3 Prime1: False
3 Prime2: False
mean_readlength: True
median: True
QualiMap:
mean_coverage: True
1_x_pc: True
5_x_pc: True
percentage_aligned: False
mtnucratio:
mt_nuc_ratio: True
MultiVCFAnalyzer:
Heterozygous SNP alleles (percent): True
table_columns_placement:
FastQC (pre-AdapterRemoval):
total_sequences: 100
avg_sequence_length: 110
percent_gc: 120
fastp:
after_filtering_gc_content: 200
Adapter Removal:
percent_aligned: 300
FastQC (post-AdapterRemoval):
total_sequences: 400
avg_sequence_length: 410
percent_gc: 420
Bowtie 2 / HiSAT2:
overall_alignment_rate: 450
MALT:
Num. of queries: 430
Total reads: 440
Mappability: 450
Assig. Taxonomy: 460
Taxonomic assignment success: 470
Kraken:
'% Unclassified': 480
Samtools Flagstat (pre-samtools filter):
flagstat_total: 551
mapped_passed: 552
Samtools Flagstat (post-samtools filter):
flagstat_total: 553
mapped_passed: 554
custom_content:
endogenous_dna: 600
endogenous_dna_post: 610
DeDup:
mapped_after_dedup: 620
clusterfactor: 630
Picard:
PERCENT_DUPLICATION: 650
DamageProfiler:
5 Prime1: 700
5 Prime2: 710
3 Prime1: 720
3 Prime2: 730
mean_readlength: 740
median: 750
QualiMap:
mean_coverage: 800
median_coverage: 810
1_x_pc: 820
2_x_pc: 830
3_x_pc: 840
4_x_pc: 850
5_x_pc: 860
avg_gc: 870
mtnucratio:
mtreads: 900
mt_cov_avg: 910
mt_nuc_ratio: 920
sexdeterrmine:
RateX: 100
RateY: 1010
MultiVCFAnalyzer:
Heterozygous SNP alleles (percent): 1100
read_count_multiplier: 1
read_count_prefix: ''
read_count_desc: ''
ancient_read_count_prefix: ''
ancient_read_count_desc: ''
ancient_read_count_multiplier: 1
decimalPoint_format: '.'
thousandsSep_format: ','
report_section_order:
software_versions:
order: -1000
nf-core-eager-summary:
order: -1001
export_plots: true