Skip to content
Snippets Groups Projects
Commit 18c29d70 authored by vvanoost's avatar vvanoost
Browse files

correct MultiQC

parent ed67f90c
No related branches found
No related tags found
No related merge requests found
...@@ -236,13 +236,15 @@ fi ...@@ -236,13 +236,15 @@ fi
/* MultiQC */ /* MultiQC */
process multiqc { process multiqc {
tag "$repport.baseName" tag "$repport"
publishDir "results/fastq/multiqc/", mode: 'copy' publishDir "results/fastq/multiqc/", mode: 'copy'
cpus = 1 cpus = 1
input: input:
file repport from fastqc_repport.collect() file repport from fastqc_repport.collect()
file repport_urqt from urqt_fastqc_repport.collect()
file repport_cutadapt from cutadapt_fastqc_repport.collect()
file repport_randombp from randombp_fastqc_repport.collect()
output: output:
file "*multiqc_*" into multiqc_report file "*multiqc_*" into multiqc_report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment