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
...@@ -89,7 +89,7 @@ report_header_info: ...@@ -89,7 +89,7 @@ report_header_info:
- Analysis Author: "{author_name}" - Analysis Author: "{author_name}"
- Contact E-mail: "{author_email}" - Contact E-mail: "{author_email}"
top_modules: module_order:
- fastqc: - fastqc:
path_filters: path_filters:
...@@ -109,17 +109,13 @@ top_modules: ...@@ -109,17 +109,13 @@ top_modules:
path_filters: path_filters:
- "*/*/map_genome/*" - "*/*/map_genome/*"
- alfa: - ALFA:
name: "ALFA"
anchor: "ALFA"
path_filters: path_filters:
- "*/ALFA_plots.concat_mqc.png" - "*/*/ALFA/*/*ALFA_feature_counts.tsv"
- TIN_scores: - tin-score:
name: "TIN_scores"
anchor: "TIN_scores"
path_filters: path_filters:
- "*/TIN_scores_boxplot_mqc.png" - "*/*/TIN/TIN_score.tsv"
- salmon: - salmon:
path_filters: path_filters:
...@@ -143,8 +139,6 @@ fn_clean_exts: ...@@ -143,8 +139,6 @@ fn_clean_exts:
- '.pseudo' - '.pseudo'
- '.salmon' - '.salmon'
- '.sam' - '.sam'
- 'mqc'
- '.png'
...""" ..."""
with open(options.config, "w") as config: with open(options.config, "w") as config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment