From 10e9c1210f83e4a2ceadf673914a02ccd2c30d32 Mon Sep 17 00:00:00 2001
From: nservant <nicolas.servant@curie.fr>
Date: Mon, 30 Nov 2020 18:21:58 +0100
Subject: [PATCH] [MODIF] update in mqc report

---
 main.nf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main.nf b/main.nf
index 1014e37..d5c43a2 100644
--- a/main.nf
+++ b/main.nf
@@ -352,10 +352,10 @@ def create_workflow_summary(summary) {
 
     def yaml_file = workDir.resolve('workflow_summary_mqc.yaml')
     yaml_file.text  = """
-    id: 'nf-core-chipseq-summary'
+    id: 'nf-core-hic-summary'
     description: " - this information is collected when the pipeline is started."
-    section_name: 'nf-core/chipseq Workflow Summary'
-    section_href: 'https://github.com/nf-core/chipseq'
+    section_name: 'nf-core/hic Workflow Summary'
+    section_href: 'https://github.com/nf-core/hic'
     plot_type: 'html'
     data: |
         <dl class=\"dl-horizontal\">
-- 
GitLab