diff --git a/config/multiqc_config.yaml b/config/multiqc_config.yaml
index fe3c9d92455a4f8a579fce3f23b58f04f4820d40..dd16fbf4c304754aa8763fe627a491088c1778bd 100644
--- a/config/multiqc_config.yaml
+++ b/config/multiqc_config.yaml
@@ -31,27 +31,28 @@
 #-------------------------------------------------------------------------------
 
 # Title to use for the report.
-title: "Transcriptomic analysis"
-subtitle: "test of rnaflow"           # Grey text below title
-intro_text: "MultiQC reports summarise analysis results produced from RNAflow" # Set your own text
+title: "Name or ID of project"
+subtitle: "Institut Pasteur/Hub of bioinformatics & biostatistics"           # Grey text below title
+intro_text: "MultiQC reports summarise analysis results produced from RNAflow (https://gitlab.pasteur.fr/hub/rnaflow)" # Set your own text
 
 # 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'
+    - Project name: 'RNAseq analysis'
+    - Project ID: 'Bistro ID'
     - Application Type: 'RNA-seq'
     - Project Type: 'Differential gene expression'
     - Sequencing Platform: 'NextSeq500'
     - Sequencing Setup: 'SE75'
-
+    - Contact E-mail: '<login>@pasteur.fr'
 #-------------------------------------------------------------------------------
 
 
 # Specify a custom logo to add to reports (uncomment to use)
-#custom_logo: '         # '/path/to/logo.png'
-#custom_logo_url: ''    # 'https://www.example.com'
-#custom_logo_title: ''  # 'Our Institute Name'
+custom_logo: 'images/institut_pasteur_logo_2020.jpg'         # '/path/to/logo.png'
+custom_logo_url: 'https://research.pasteur.fr/en/team/bioinformatics-and-biostatistics-hub/'    # 'https://www.example.com'
+custom_logo_title: 'Hub de bioinformatique et biostatistique'  # 'Our Institute Name'
 
 
 #-------------------------------------------------------------------------------