aboutsummaryrefslogtreecommitdiff
path: root/tools/kallisto-index.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kallisto-index.nix')
-rw-r--r--tools/kallisto-index.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/kallisto-index.nix b/tools/kallisto-index.nix
index 3b92d38..074a953 100644
--- a/tools/kallisto-index.nix
+++ b/tools/kallisto-index.nix
@@ -1,6 +1,7 @@
-{bionix
+{ bionix
, kmerSize ? 31
-, unique ? false}:
+, unique ? false
+}:
with bionix;
with lib;