From 1d36bc4df94a9d66bc172e82cd029a5f5370e36b Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Sun, 21 Jun 2020 15:09:42 -0500
Subject: [PATCH] fix file path.

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

diff --git a/workflow/main.nf b/workflow/main.nf
index ec211cc..aee4aa5 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -113,7 +113,7 @@ process checkDesignFile {
   publishDir "${outDir}/design", mode: 'copy'
 
   input:
-    designFile
+    file designFile
     file readsList
 
   output:
-- 
GitLab