From d4c5ec4296c1c8eb733b9a1b052d8a1fabf1a3df Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Thu, 17 May 2018 14:48:40 +0200
Subject: [PATCH] fix Merge

---
 samtools.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samtools.wdl b/samtools.wdl
index aaa7ee3..6cedd8e 100644
--- a/samtools.wdl
+++ b/samtools.wdl
@@ -26,7 +26,7 @@ task Merge {
           then
             samtools merge ${outputBamPath} ${sep=' ' bamFiles}
           else
-            ln -sf ${bamFiles} ${outputBamPath}
+            ln -sf ${sep=' ' bamFiles} ${outputBamPath}
         fi
     }
 
-- 
GitLab