From 4076863b923239d2d903578c36b5b411279ece16 Mon Sep 17 00:00:00 2001 From: Rachel LEGENDRE <rachel.legendre@pasteur.fr> Date: Fri, 30 Jul 2021 08:49:01 +0000 Subject: [PATCH] Update multiqc_config.yaml --- config/multiqc_config.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/config/multiqc_config.yaml b/config/multiqc_config.yaml index fe3c9d9..dd16fbf 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' #------------------------------------------------------------------------------- -- GitLab