From 6c66ce44c4d13e99a536e6b09709debbc1610ac0 Mon Sep 17 00:00:00 2001
From: Rachel  LEGENDRE <rachel.legendre@pasteur.fr>
Date: Wed, 27 Oct 2021 14:09:47 +0200
Subject: [PATCH] Update multiqc_config.yaml

---
 config/multiqc_config.yaml | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/config/multiqc_config.yaml b/config/multiqc_config.yaml
index 76c871d..7bbd8f7 100644
--- a/config/multiqc_config.yaml
+++ b/config/multiqc_config.yaml
@@ -32,18 +32,16 @@
 
 # Title to use for the report.
 title: "ChIP-seq analysis"
-subtitle: "test of epigenomics"           # Grey text below title
-intro_text: "MultiQC reports summarise analysis results produced from ChIPflow" # Set your own text
+subtitle: "test of epigenomics"                                                     # Set your own text
+intro_text: "MultiQC reports summarise analysis results produced from ChIPflow"     
 
 # Add generic information to the top of reports
 report_header_info:
-#- Example Config:: 'This is arbitrary'
-#- Another field:: 'Loaded from <code>multiqc_config_example.yaml</code>'
-    - Contact E-mail: '<login>@example.com'
-    - Application Type: 'ChIP-seq'
-    - Project Type: 'Differential peak expression'
-    - Sequencing Platform: 'HiSeq 2500 High Output V4'
-    - Sequencing Setup: 'PE75'
+    - Contact E-mail: '<login>@example.com'                                         # Set your own text
+    - Application Type: 'ChIP-seq'                                                  # Set your own text
+    - Project Type: 'Differential peak expression'                                  # Set your own text
+    - Sequencing Platform: 'HiSeq 2500 High Output V4'                              # Set your own text
+    - Sequencing Setup: 'PE75'                                                      # Set your own text
 
 #-------------------------------------------------------------------------------
 
-- 
GitLab