From 01f15d004ab1f84dcd86de5e7d3e5e7c777c3ccd Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Mon, 11 Jun 2018 13:21:47 +0200
Subject: [PATCH] style

---
 gatk.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gatk.wdl b/gatk.wdl
index 195627e..b5fd4a8 100644
--- a/gatk.wdl
+++ b/gatk.wdl
@@ -279,7 +279,7 @@ task SplitNCigarReads {
 
     output {
         File bam = outputBam
-        File bam_index = sub(outputBam, "\\.bam$", ".bai")
+        File bamIndex = sub(outputBam, "\\.bam$", ".bai")
     }
 
     runtime {
-- 
GitLab