From 9acca71080e3b4aaa6a6cb1fa6c589358890cae3 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Mon, 9 Oct 2017 08:58:42 -0500
Subject: [PATCH] Update file collection.

---
 workflow/main.nf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/main.nf b/workflow/main.nf
index 05da69c..90763c5 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -83,7 +83,7 @@ process trimReads {
   output:
 
   set sampleId, file('*.fq.gz'), biosample, factor, treatment, replicate, controlId into trimmedReads
-  file '*trimming_report.txt' into trimgalore_results
+  file('*trimming_report.txt') into trimgalore_results
 
   script:
 
-- 
GitLab