Skip to content
Snippets Groups Projects
Commit f10905e3 authored by nservant's avatar nservant
Browse files

[MODIF] fix changes in mqc config file

parent 79073350
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment