Skip to content
Snippets Groups Projects
Commit 5d5f4325 authored by BIOPZ-Bak Maciej's avatar BIOPZ-Bak Maciej
Browse files

build: adjust multiqc config preparation

parent 39166a90
No related branches found
No related tags found
1 merge request!79MultiQC plugins for TIN scores and ALFA
Pipeline #11943 passed
This commit is part of merge request !79. Comments created here will be created in the context of that merge request.
......@@ -89,7 +89,7 @@ report_header_info:
- Analysis Author: "{author_name}"
- Contact E-mail: "{author_email}"
top_modules:
module_order:
- fastqc:
path_filters:
......@@ -109,17 +109,13 @@ top_modules:
path_filters:
- "*/*/map_genome/*"
- alfa:
name: "ALFA"
anchor: "ALFA"
- ALFA:
path_filters:
- "*/ALFA_plots.concat_mqc.png"
- "*/*/ALFA/*/*ALFA_feature_counts.tsv"
- TIN_scores:
name: "TIN_scores"
anchor: "TIN_scores"
- tin-score:
path_filters:
- "*/TIN_scores_boxplot_mqc.png"
- "*/*/TIN/TIN_score.tsv"
- salmon:
path_filters:
......@@ -143,8 +139,6 @@ fn_clean_exts:
- '.pseudo'
- '.salmon'
- '.sam'
- 'mqc'
- '.png'
..."""
with open(options.config, "w") as config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment