aboutsummaryrefslogtreecommitdiff
path: root/tools/samtools-sort.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/samtools-sort.nix')
-rw-r--r--tools/samtools-sort.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/samtools-sort.nix b/tools/samtools-sort.nix
index d01c83f..e3fbff8 100644
--- a/tools/samtools-sort.nix
+++ b/tools/samtools-sort.nix
@@ -34,4 +34,5 @@ in stage {
${input} > $out
'';
passthru.filetype = if nameSort then bionix.types.nameSort outfmtR else coordSort outfmtR;
+ passthru.multicore = true;
}