diff options
author | Justin Bedo <cu@cua0.org> | 2020-02-03 15:39:44 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-02-03 15:39:44 +1100 |
commit | 4084db9f31aa2b2b6701e0f7261f4dfcd86eaa74 (patch) | |
tree | dafeed1a90addd52b7a5b4bf0b9a21e4626210f1 /tools | |
parent | 7594c3bb8747efaf05bad164088c7e2d3586c891 (diff) |
octopus-call: fix filetype typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/octopus-call.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |