From a05686445ad6f755848ee54c5ed9317221a37cc7 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Tue, 14 Aug 2018 09:38:15 -0500
Subject: [PATCH] New test.

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

diff --git a/workflow/main.nf b/workflow/main.nf
index 64503fb..db15eb3 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -386,7 +386,7 @@ process consensusPeaks {
 
 // Define channel to find number of unique experiments
 noUniqueExperiments = Channel
-                      .fromPath(uniqueExperiments)
+                      .from(uniqueExperiments)
                       .readLines()
                       .size()
 
-- 
GitLab