Skip to content

Commit 166c4a0

Browse files
committed
Experimental multiqc config for improved results order
1 parent 9c93d0f commit 166c4a0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

conf/multiqc_config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ report_comment: >
55
report_section_order:
66
nf-core/eager-software-versions:
77
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

Comments
 (0)