aboutsummaryrefslogtreecommitdiff
path: root/tools/manta-call.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/manta-call.nix')
-rw-r--r--tools/manta-call.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/manta-call.nix b/tools/manta-call.nix
index e230a40..099d5e6 100644
--- a/tools/manta-call.nix
+++ b/tools/manta-call.nix
@@ -34,7 +34,8 @@ stage {
--runDir=$TMPDIR \
--referenceFasta=ref.fa \
${flags}
- ./runWorkflow.py
+ ./runWorkflow.py -j $NIX_BUILD_CORES
cp -r results $out
'';
+ passthru.multicore = true;
}