From 6faafa2c782cc8eb41473c550f021ff85c21ad15 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Thu, 23 Aug 2018 12:01:43 +0200 Subject: [PATCH] remove defaults, these things should be specified --- biopet/seqstat.wdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/biopet/seqstat.wdl b/biopet/seqstat.wdl index 959d9ef..c1e83a2 100644 --- a/biopet/seqstat.wdl +++ b/biopet/seqstat.wdl @@ -9,9 +9,9 @@ task Generate { File fastqR1 File? fastqR2 String outputFile - String sample = "sample" - String library = "library" - String readgroup = "readgroup" + String sample + String library + String readgroup Int memory = 4 Float memoryMultiplier = 2.0 -- GitLab