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

correct MultiQC

parent ed67f90c
Branches
No related tags found
No related merge requests found
......@@ -236,13 +236,15 @@ fi
/* MultiQC */
process multiqc {
tag "$repport.baseName"
tag "$repport"
publishDir "results/fastq/multiqc/", mode: 'copy'
cpus = 1
input:
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:
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