diff options
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; } |