From 43c38d8b37cbb5bc811b1086eb9fcb41a8c0965d Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Thu, 14 Jun 2018 14:28:42 +0200 Subject: [PATCH] add output --- biopet.wdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biopet.wdl b/biopet.wdl index 46f6179..6e5ae10 100644 --- a/biopet.wdl +++ b/biopet.wdl @@ -297,6 +297,9 @@ task Seqstat { --fastq ${fastq} \ --output ${outputFile} } + output { + File seqstatsJson = outputFile + } runtime { memory: ceil(mem * select_first([memoryMultiplier, 2.0])) } -- GitLab