From 7d54e3fed3a81c72bf248bf018e67b3b8274263a Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Mon, 9 Oct 2017 17:20:28 -0500
Subject: [PATCH] update output.

---
 workflow/main.nf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workflow/main.nf b/workflow/main.nf
index 40fdf1c..444d83f 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -144,8 +144,8 @@ process filterReads {
   output:
 
   set sampleId, file('*.bam'), biosample, factor, treatment, replicate, controlId into dedupReads
-  set file('*flagstat.qc') into dedupReadsStats
-  set file('*pbc.qc') into dedupReadsComplexity
+  file '*flagstat.qc' into dedupReadsStats
+  file '*pbc.qc' into dedupReadsComplexity
 
   script:
 
-- 
GitLab