aboutsummaryrefslogtreecommitdiff
path: root/tools/bowtie-align.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-15 11:13:39 +1100
committerJustin Bedo <cu@cua0.org>2019-03-15 11:28:17 +1100
commite7e2eea4db02fcfab484c63f8ef86c7bfc810c4c (patch)
tree70886604666839ee7441e4c28976bff7768bdc19 /tools/bowtie-align.nix
parentd5bfd9c5595d012634807045681aa90621dd8b23 (diff)
add multicore passthru flag
Diffstat (limited to 'tools/bowtie-align.nix')
-rw-r--r--tools/bowtie-align.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bowtie-align.nix b/tools/bowtie-align.nix
index 67a1169..65d0e9f 100644
--- a/tools/bowtie-align.nix
+++ b/tools/bowtie-align.nix
@@ -32,4 +32,5 @@ in stage {
> $out
'';
passthru.filetype = if bamOutput then filetype.bam {ref = ref; sorting = sort.name {};} else filetype.sam {ref = ref; sorting = sort.name {};};
+ passthru.multicore = true;
}