We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c93d0f commit 166c4a0Copy full SHA for 166c4a0
1 file changed
conf/multiqc_config.yaml
@@ -5,3 +5,15 @@ report_comment: >
5
report_section_order:
6
nf-core/eager-software-versions:
7
order: -1000
8
+ fastqc:
9
+ after: 'nf-core/eager-software-versions'
10
+ adapterRemoval:
11
+ after: 'fastqc'
12
+ Samtools:
13
+ after: 'adapterRemoval'
14
+ dedup:
15
+ after: 'Samtools'
16
+ qualimap:
17
+ after: 'dedup'
18
+ preseq:
19
+ after: 'qualimap'
0 commit comments