Skip to content

Commit ec60206

Browse files
committed
Fix YAML for sorting
1 parent ec0c3b0 commit ec60206

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

conf/multiqc_config.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,24 @@ report_comment: >
55
report_section_order:
66
nf-core/eager-software-versions:
77
order: -1000
8-
top_modules:
9-
- fastqc:
8+
fastqc:
109
after: 'nf-core/eager-software-versions'
1110
name: 'FastQC (raw)'
1211
path_filters:
1312
- '*_fastqc.zip'
14-
- fastqc:
13+
fastqc:
1514
name: 'FastQC (trimmed)'
1615
info: 'This section of the report shows FastQC results after adapter trimming.'
1716
target: ''
1817
path_filters:
1918
- '*combined.prefixed_fastqc.zip'
20-
- adapterRemoval:
19+
adapterRemoval:
2120
after: 'fastqc'
22-
- Samtools:
21+
Samtools:
2322
after: 'adapterRemoval'
24-
- dedup:
23+
dedup:
2524
after: 'Samtools'
26-
- qualimap:
25+
qualimap:
2726
after: 'dedup'
28-
- preseq:
29-
after: 'qualimap'
30-
31-
27+
preseq:
28+
after: 'qualimap'

0 commit comments

Comments
 (0)