aboutsummaryrefslogtreecommitdiff
path: root/tools/octopus-callSomatic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/octopus-callSomatic.nix')
-rw-r--r--tools/octopus-callSomatic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/octopus-callSomatic.nix b/tools/octopus-callSomatic.nix
index df41550..f2e264c 100644
--- a/tools/octopus-callSomatic.nix
+++ b/tools/octopus-callSomatic.nix
@@ -45,6 +45,7 @@ let
let file = pkgs.writeText "regions.txt" (concatStringsSep "\n" x);
in "-t ${file}";
path = "-t ${x}";
+ set = "-t ${x}";
};
in
handler;