From 817540cb90899fa51fc345806f1ac41476b07716 Mon Sep 17 00:00:00 2001 From: ffinfo <pjrvanthof@gmail.com> Date: Wed, 22 Aug 2018 12:51:37 +0200 Subject: [PATCH] Added mroe structs --- common.wdl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common.wdl b/common.wdl index 379da32..d2198af 100644 --- a/common.wdl +++ b/common.wdl @@ -140,3 +140,13 @@ struct Reference { File fai File dict } + +struct IndexedVcfFile { + File file + File index +} + +struct IndexedBamFile { + File file + File index +} -- GitLab