From 0b4b9966266eb7aa7b433b2441cfaa60a30953d2 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 25 Jul 2018 15:49:07 -0500
Subject: [PATCH] Test

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

diff --git a/workflow/main.nf b/workflow/main.nf
index d227d57..8c05e9e 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -405,8 +405,7 @@ process peakAnnotation {
 }
 
 // Define channel to find number of unique experiments
-peaksDesign = uniqueExperiments.readLines().each { println it }
-
+peaksDesign = uniqueExperiments.readLines()
 
 // Calculate Differential Binding Activity
 process diffPeaks {
-- 
GitLab