From 1696b64f5af3d10d6b0ad37c60393ab94c4ae79b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ant=C3=B3nio=20Paulo?= <antonio.do.paulo@ist.utl.pt>
Date: Fri, 26 Jul 2019 16:21:48 +0200
Subject: [PATCH] Add missing index input for panel of normals

Without this input attribute using the PoN would not be possible.
---
 gatk.wdl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gatk.wdl b/gatk.wdl
index 87fa104..020adc7 100644
--- a/gatk.wdl
+++ b/gatk.wdl
@@ -259,6 +259,7 @@ task MuTect2 {
         String tumorSample
         String? normalSample
         File? panelOfNormals
+        File? panelOfNormalsIndex
         Array[File]+ intervals
 
         Int memory = 4
-- 
GitLab