From 6ae71bbae466f5b3dbc24459c388d0f6cec8162f Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Mon, 23 Oct 2017 20:57:38 -0500
Subject: [PATCH] Fix typo in outputs.

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

diff --git a/workflow/main.nf b/workflow/main.nf
index e97d587..f20fb4f 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -232,7 +232,7 @@ process crossReads {
 
   output:
 
-  set sampleId, seTagAlign, tagAlign, file('*.cc.qc') biosample, factor, treatment, replicate, controlId into xcorReads
+  set sampleId, seTagAlign, tagAlign, file('*.cc.qc'), biosample, factor, treatment, replicate, controlId into xcorReads
   set file('*.cc.qc'), file('*.cc.plot.pdf') into xcorReadsStats
 
   script:
-- 
GitLab