We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff76ef1 commit ec0c3b0Copy full SHA for ec0c3b0
1 file changed
conf/multiqc_config.yaml
@@ -10,13 +10,13 @@ top_modules:
10
after: 'nf-core/eager-software-versions'
11
name: 'FastQC (raw)'
12
path_filters:
13
- - '*_preAR_fastqc.zip'
+ - '*_fastqc.zip'
14
- fastqc:
15
name: 'FastQC (trimmed)'
16
info: 'This section of the report shows FastQC results after adapter trimming.'
17
target: ''
18
19
- - '*_postAR_fastqc.zip'
+ - '*combined.prefixed_fastqc.zip'
20
- adapterRemoval:
21
after: 'fastqc'
22
- Samtools:
0 commit comments