Skip to content
Snippets Groups Projects
Commit a3e3cbb0 authored by elabaron's avatar elabaron
Browse files

fastqc.nf : don't save each report in a new folder

parent 06a4d0d4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Channel
process fastqc {
tag "$fastq.baseName"
publishDir "results/fasqc/${fastq.baseName}/", mode: 'copy'
publishDir "results/fastqc/", mode: 'copy'
input:
file fastq from fastq_files
......
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