From 96e6368aff70848f5279d0481e47a6f1a4e46d3f Mon Sep 17 00:00:00 2001
From: Emmanuel Labaronne <emmanuel.labaronne@ens-lyon.fr>
Date: Tue, 17 Mar 2020 11:57:42 +0100
Subject: [PATCH] src/PASseq.nf : take off publishdir for trimming process

---
 src/PASseq.nf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/PASseq.nf b/src/PASseq.nf
index bb0b7197..8f00b17a 100644
--- a/src/PASseq.nf
+++ b/src/PASseq.nf
@@ -15,7 +15,6 @@ Channel
 
 process trimming {
   tag "$file_id"
-  publishDir "${params.output}/01_trimming/", mode: 'copy'
 
   input:
   set file_id, file(fastq_raw) from fastq_raw_flow
-- 
GitLab