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

Fix multiqc config for updated version

parent bd6aab6e
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8661 failed with stages
in 11 minutes and 21 seconds
...@@ -74,10 +74,14 @@ custom_data: ...@@ -74,10 +74,14 @@ custom_data:
scale: false scale: false
format: '{}' format: '{}'
headers: headers:
Session Session:
Session ID description: ''
Pipeline Version Session ID:
Input description: 'Nextflow session ID'
Pipeline Version:
description: 'BICF pipeline version'
Input:
description: 'Input overrides'
rid: rid:
file_format: 'tsv' file_format: 'tsv'
section_name: 'RID' section_name: 'RID'
...@@ -88,10 +92,14 @@ custom_data: ...@@ -88,10 +92,14 @@ custom_data:
scale: false scale: false
format: '{}' format: '{}'
headers: headers:
Replicate Replicate:
Replicate RID description: ''
Experiment RID Replicate RID:
Study RID description: 'Replicate RID'
Experiment RID:
description: 'Experiment RID'
Study RID:
description: 'Study RID'
meta: meta:
file_format: 'tsv' file_format: 'tsv'
section_name: 'Metadata' section_name: 'Metadata'
...@@ -102,30 +110,43 @@ custom_data: ...@@ -102,30 +110,43 @@ custom_data:
scale: false scale: false
format: '{:,.0f}' format: '{:,.0f}'
headers: headers:
Source Source:
Species description: 'Metadata source'
Ends Species:
Stranded description: 'Species'
Spike-in Ends:
Raw Reads description: 'Single or paired end sequencing'
Assigned Reads Stranded:
Median Read Length description: 'Stranded (forward/reverse) or unstranded library prep'
Median TIN Spike-in:
Pipeline Version description: 'ERCC spike in'
Raw Reads:
description: 'Number of reads of the sequencer'
Assigned Reads:
description: 'Final reads after fintering'
Median Read Length:
description: 'Average read length'
Median TIN:
description: 'Average transcript integrity number'
ref: ref:
file_format: 'tsv' file_format: 'tsv'
section_name: 'Reference' section_name: 'Reference'
description: 'This is the referenec version information' description: 'This is the reference version information'
plot_type: 'table' plot_type: 'table'
pconfig: pconfig:
id: 'ref' id: 'ref'
scale: false scale: false
format: '{}' format: '{}'
headers: headers:
Species Species:
Genome Reference Consortium Build description: 'Reference species'
Genome Reference Consortium Patch Genome Reference Consortium Build:
GENCODE Annotation Release" description: 'Reference source build'
Genome Reference Consortium Patch:
description: 'Reference source patch version'
GENCODE Annotation Release:
description: 'Annotation release version'
tin: tin:
file_format: 'tsv' file_format: 'tsv'
section_name: 'TIN' section_name: 'TIN'
...@@ -135,16 +156,16 @@ custom_data: ...@@ -135,16 +156,16 @@ custom_data:
id: 'tin' id: 'tin'
headers: headers:
chrom chrom
0 - 9 1 - 10
10 - 19 11 - 20
20 - 29 21 - 30
30 - 39 31 - 40
40 - 49 41 - 50
50 - 59 51 - 60
60 - 69 61 - 70
70 - 79 71 - 80
80 - 89 81 - 90
90 - 99 91 - 100
sp: sp:
run: run:
...@@ -156,4 +177,4 @@ sp: ...@@ -156,4 +177,4 @@ sp:
ref: ref:
fn: 'reference.tsv' fn: 'reference.tsv'
tin: tin:
fn: '*.tin.hist.tsv' fn: '*_tin.hist.tsv'
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