From f76f9efd1cf617d381aa02821c4997fd61ebfd7f Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Mon, 23 Mar 2020 07:42:34 -0500
Subject: [PATCH] Update file paths.

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

diff --git a/workflow/main.nf b/workflow/main.nf
index 66278ca..ea6f756 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -98,8 +98,8 @@ skipMotif = params.skipMotif
 skipPlotProfile = params.skipPlotProfile
 references = params.references
 multiqc = params.multiqc
-gtfFile = Channel.fromPath(params.gtf)
-geneNames = Channel.fromPath(params.geneNames)
+gtfFile = params.gtf
+geneNames = params.geneNames
 
 // Check design file for errors
 process checkDesignFile {
-- 
GitLab