From 18e19a0814ae52d71f491ddc2ed7836c538d145a Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Wed, 20 Feb 2019 09:03:51 +0100 Subject: [PATCH] scatterdir is a file --- biopet/biopet.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl index e560e72..8900983 100644 --- a/biopet/biopet.wdl +++ b/biopet/biopet.wdl @@ -205,7 +205,7 @@ task FastqSync { task ReorderGlobbedScatters { input { Array[File]+ scatters - String scatterDir + File scatterDir # Should not be changed from the main pipeline. As it should not influence results. String dockerTag = "3.6" } -- GitLab