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

Test software version/references multiqc custom report ordering

parent 8eb6c76d
Branches
Tags
2 merge requests!58Develop,!48Resolve "Output tool version to report in multiqc"
Pipeline #8336 failed with stages
in 2 hours, 24 minutes, and 33 seconds
......@@ -46,13 +46,6 @@ top_modules:
info: '1M Downsampled Reads Strandedness Inference Results'
path_filters:
- '*infer_experiment*'
- Software_Versions:
path_filters:
- 'software_versions_mqc.yaml'
- Software_References:
path_filters:
- 'software_references_mqc.yaml'
report_section_order:
run:
......@@ -63,7 +56,10 @@ report_section_order:
order: 2000
ref:
order: 1000
Software_Versions:
order: -1000
Software_References:
order: -2000
skip_generalstats: true
......@@ -161,3 +157,7 @@ sp:
fn: 'reference.tsv'
tin:
fn: '*.tin.hist.tsv'
Software_Versions:
fn: 'software_versions_mqc.yaml'
Software_References:
fn: 'software_references_mqc.yaml'
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