From 71f6bc9e99f23aa7aeb6032fd857e531a5c4335c Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Tue, 9 Oct 2018 09:57:49 +0200 Subject: [PATCH] Fixing names --- common.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.wdl b/common.wdl index 289113d..d91c66a 100644 --- a/common.wdl +++ b/common.wdl @@ -166,9 +166,9 @@ struct FastqPair { struct CaseControl { String inputName - IndexedBamFile inputBam + IndexedBamFile inputFile String controlName - IndexedBamFile controlBam + IndexedBamFile controlFile } struct CaseControls { -- GitLab