Skip to content

Commit 9aa0d64

Browse files
authored
Merge pull request #180 from nf-core/multiqc-config-fix
fixed multiqc config too-strict post-AR path
2 parents 283b7fe + f6c5596 commit 9aa0d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/multiqc_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ top_modules:
1414
- 'fastqc':
1515
name: 'FastQC (post-AdapterRemoval)'
1616
path_filters:
17-
- '*.combined.prefixed_fastqc.zip'
17+
- '*.combined*_fastqc.zip'
1818
- 'samtools'
1919
- 'preseq'
2020
- 'dedup'

0 commit comments

Comments
 (0)