aboutsummaryrefslogtreecommitdiff
path: root/tools/bowtie-index.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bowtie-index.nix')
-rw-r--r--tools/bowtie-index.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bowtie-index.nix b/tools/bowtie-index.nix
index 4554ad1..4607995 100644
--- a/tools/bowtie-index.nix
+++ b/tools/bowtie-index.nix
@@ -18,4 +18,5 @@ stage {
mkdir $out
bowtie2-build --seed ${toString seed} --threads $NIX_BUILD_CORES ${optionalString (flags != null) flags} ${ref} $out/ref
'';
+ passthru.multicore = true;
}