From f10905e3fa8a2661d9bbc396c0ebcd4460308b45 Mon Sep 17 00:00:00 2001
From: nservant <nicolas.servant@curie.fr>
Date: Tue, 19 May 2020 20:11:51 +0200
Subject: [PATCH] [MODIF] fix changes in mqc config file

---
 main.nf         | 4 ----
 nextflow.config | 1 -
 2 files changed, 5 deletions(-)

diff --git a/main.nf b/main.nf
index a57fe1e..7eb4315 100644
--- a/main.nf
+++ b/main.nf
@@ -223,10 +223,6 @@ else {
 // Resolutions for contact maps
 map_res = Channel.from( params.bin_size.tokenize(',') )
 
-// Stage config files
-ch_multiqc_config = Channel.fromPath(params.multiqc_config)
-ch_output_docs = Channel.fromPath("$baseDir/docs/output.md")
-
 /**********************************************************
  * SET UP LOGS
  */
diff --git a/nextflow.config b/nextflow.config
index 4ad6c94..868ed5b 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -38,7 +38,6 @@ params {
 
   // Boilerplate options
   name = false
-  multiqc_config = "$baseDir/assets/multiqc_config.yaml"
   email = false
   email_on_fail = false
   max_multiqc_email_size = 25.MB
-- 
GitLab