From 4084db9f31aa2b2b6701e0f7261f4dfcd86eaa74 Mon Sep 17 00:00:00 2001
From: Justin Bedo <cu@cua0.org>
Date: Mon, 3 Feb 2020 15:39:44 +1100
Subject: octopus-call: fix filetype typo

---
 tools/octopus-call.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tools')

diff --git a/tools/octopus-call.nix b/tools/octopus-call.nix
index 37a6400..57dd71f 100644
--- a/tools/octopus-call.nix
+++ b/tools/octopus-call.nix
@@ -32,6 +32,6 @@ stage {
       --threads=$NIX_BUILD_CORES \
       ${flags}
   '';
-  passthru.filtype = filetype.vcf {ref = ref;};
+  passthru.filetype = filetype.vcf {ref = ref;};
   passthru.multicore = true;
 }
-- 
cgit v1.2.3