From f5f38a7b67e35ff291de2de8739ae7d941871c3a Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Mon, 18 May 2020 15:12:09 +0200 Subject: [PATCH] add allFiles output to gffcompare --- gffcompare.wdl | 1 + 1 file changed, 1 insertion(+) diff --git a/gffcompare.wdl b/gffcompare.wdl index ca2b166..bf4be32 100644 --- a/gffcompare.wdl +++ b/gffcompare.wdl @@ -107,6 +107,7 @@ task GffCompare { File? missedIntrons = if debugMode then totalPrefix + ".missed_introns.gtf" else noneFile + Array[File] allFiles = select_all([annotated, loci, stats, tracking, redundant, missedIntrons]) } runtime { -- GitLab