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

Fix report order

parent 8c2c17a2
Branches
Tags
2 merge requests!37v0.0.1,!33Resolve "process_qc"
Pipeline #6795 failed with stages
in 4 hours, 37 minutes, and 52 seconds
...@@ -13,7 +13,6 @@ report_comment: > ...@@ -13,7 +13,6 @@ report_comment: >
This report has been generated by the <a href="https://doi.org/10.5281/zenodo.3625056">GUDMAP/RBK RNA-Seq Pipeline</a> This report has been generated by the <a href="https://doi.org/10.5281/zenodo.3625056">GUDMAP/RBK RNA-Seq Pipeline</a>
top_modules: top_modules:
- custom_content
- fastqc: - fastqc:
name: 'Raw' name: 'Raw'
info: 'Replicate Raw fastq QC Results' info: 'Replicate Raw fastq QC Results'
...@@ -28,14 +27,15 @@ top_modules: ...@@ -28,14 +27,15 @@ top_modules:
- picard: - picard:
name: 'Dedup' name: 'Dedup'
info: 'Replicate Alignement Deduplication QC Results' info: 'Replicate Alignement Deduplication QC Results'
- featureCounts:
name: 'Count'
info: 'Replicate Feature Count QC Results'
- rseqc: - rseqc:
name: 'Inner Distance' name: 'Inner Distance'
info: 'Replicate Paired End Inner Distance Distribution Results' info: 'Replicate Paired End Inner Distance Distribution Results'
path_filters: path_filters:
- '*insertSize*' - '*insertSize*'
- custom_content
- featureCounts:
name: 'Count'
info: 'Replicate Feature Count QC Results'
- hisat2: - hisat2:
name: 'Inference: Align' name: 'Inference: Align'
info: 'Inference Alignment (1M downsampled reads) QC Results' info: 'Inference Alignment (1M downsampled reads) QC Results'
...@@ -49,11 +49,9 @@ top_modules: ...@@ -49,11 +49,9 @@ top_modules:
report_section_order: report_section_order:
rid: rid:
order: 200 order: 2000
meta: meta:
order: 100 order: 1000
tin:
order: -100
skip_generalstats: true skip_generalstats: true
......
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