diff options
Diffstat (limited to 'tools/bowtie-align.nix')
-rw-r--r-- | tools/bowtie-align.nix | 1 |
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; } |