From cbd2afd49c31c18556d2dc813be0c7699f28f750 Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Thu, 13 Sep 2018 06:38:46 +0200 Subject: [PATCH] Fixed names --- gatk.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatk.wdl b/gatk.wdl index a432405..512666f 100644 --- a/gatk.wdl +++ b/gatk.wdl @@ -187,7 +187,7 @@ task GenotypeGVCFs { input { String? preCommand Array[File]+ gvcfFiles - Array[File]+ gvcfFileIndex + Array[File]+ gvcfFilesIndex Array[File]+ intervals String outputPath -- GitLab