forked from nf-core/eager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiqc_config.yaml
More file actions
28 lines (28 loc) · 953 Bytes
/
multiqc_config.yaml
File metadata and controls
28 lines (28 loc) · 953 Bytes
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
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>.
report_section_order:
nf-core/eager-software-versions:
order: -1000
fastqc:
after: 'nf-core/eager-software-versions'
name: 'FastQC (raw)'
path_filters:
- '*_fastqc.zip'
fastqc:
name: 'FastQC (trimmed)'
info: 'This section of the report shows FastQC results after adapter trimming.'
target: ''
path_filters:
- '*combined.prefixed_fastqc.zip'
adapterRemoval:
after: 'fastqc'
Samtools:
after: 'adapterRemoval'
dedup:
after: 'Samtools'
qualimap:
after: 'dedup'
preseq:
after: 'qualimap'