From 1f9b2c7145d6f6f3dde9f06e26c9eff7cce090b9 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 17 Apr 2019 09:43:32 -0500
Subject: [PATCH] Revert distinct to first.

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

diff --git a/workflow/main.nf b/workflow/main.nf
index b817913..841516a 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -132,7 +132,7 @@ process alignReads {
   input:
 
   set sampleId, reads, experimentId, biosample, factor, treatment, replicate, controlId from trimmedReads
-  file index from bwaIndex.distinct()
+  file index from bwaIndex.first()
 
   output:
 
-- 
GitLab