Skip to content

Commit ec0c3b0

Browse files
committed
Adapt pattern for multiqc report
1 parent ff76ef1 commit ec0c3b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conf/multiqc_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ top_modules:
1010
after: 'nf-core/eager-software-versions'
1111
name: 'FastQC (raw)'
1212
path_filters:
13-
- '*_preAR_fastqc.zip'
13+
- '*_fastqc.zip'
1414
- fastqc:
1515
name: 'FastQC (trimmed)'
1616
info: 'This section of the report shows FastQC results after adapter trimming.'
1717
target: ''
1818
path_filters:
19-
- '*_postAR_fastqc.zip'
19+
- '*combined.prefixed_fastqc.zip'
2020
- adapterRemoval:
2121
after: 'fastqc'
2222
- Samtools:

0 commit comments

Comments
 (0)