From 4382c7b73bd1403cbf1e46af7da4e3c41a01200b Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Tue, 19 Jun 2018 16:30:19 +0200 Subject: [PATCH] add stderr --- biopet.wdl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biopet.wdl b/biopet.wdl index b6fa893..9103069 100644 --- a/biopet.wdl +++ b/biopet.wdl @@ -326,6 +326,8 @@ task ValidateFastq { --fastq1 ${fastq1} \ ${"--fastq2 " + fastq2} } - + output { + File stderr = stderr() + } } -- GitLab