From 599f6fedfb2ebd19f5f56ad210efeae46de255ec Mon Sep 17 00:00:00 2001 From: DavyCats <davycats.dc@gmail.com> Date: Tue, 10 Sep 2019 16:06:28 +0200 Subject: [PATCH] cleanup gffcompare.wdl --- gffcompare.wdl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gffcompare.wdl b/gffcompare.wdl index eea1523..9f5f1af 100644 --- a/gffcompare.wdl +++ b/gffcompare.wdl @@ -2,7 +2,6 @@ version 1.0 task GffCompare { input { - String dockerImage = "quay.io/biocontainers/gffcompare:0.10.6--h2d50403_0" File? inputGtfList Array[File] inputGtfFiles File referenceAnnotation @@ -24,6 +23,9 @@ task GffCompare { Boolean noTmap = false Boolean verbose = false Boolean debugMode = false + + String dockerImage = "quay.io/biocontainers/gffcompare:0.10.6--h2d50403_0" + # This workaround only works in the input section. # Issue addressed at https://github.com/openwdl/wdl/pull/263 File? noneFile # This is a wdl workaround. Please do not assign! -- GitLab