Skip to content
Snippets Groups Projects
Commit 474455b0 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch '9-split.multiqc' into 'develop'

Resolve "Split multiqc fastqc by r1/r2/i1"

Closes #9

See merge request !11
parents 21c3f273 1811a23f
Branches
Tags
2 merge requests!12Develop,!11Resolve "Split multiqc fastqc by r1/r2/i1"
Pipeline #3531 passed with stages
in 1 minute and 38 seconds
File deleted
......@@ -3,4 +3,21 @@ top_modules:
module_order:
- bcl2fastq
- fastqc
- fastqc:
name: 'FastQC (I1)'
info: 'This section of the report shows FastQC results for index 1.'
target: ''
path_filters:
- '*_I1_*fastqc.zip'
- fastqc:
name: 'FastQC (R1)'
info: 'This section of the report shows FastQC results for read 1.'
target: ''
path_filters:
- '*_R1_*fastqc.zip'
- fastqc:
name: 'FastQC (R2)'
info: 'This section of the report shows FastQC results for read 2.'
target: ''
path_filters:
- '*_R2_*fastqc.zip'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment