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

src/PASseq.nf : take off publishdir for trimming process

parent 0e69faab
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ Channel ...@@ -15,7 +15,6 @@ Channel
process trimming { process trimming {
tag "$file_id" tag "$file_id"
publishDir "${params.output}/01_trimming/", mode: 'copy'
input: input:
set file_id, file(fastq_raw) from fastq_raw_flow set file_id, file(fastq_raw) from fastq_raw_flow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment