Skip to content

Commit

Permalink
Enabled multi-threading option for building Bowtie2 indices
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Jan 10, 2017
1 parent 5c360ef commit 087f35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsem-prepare-reference
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ if ($bowtie) {

if ($bowtie2) {
$command = $bowtie2_path."bowtie2-build -f";
if ($star_nthreads > 1) { $command .= " --threads $star_nthreads"; }
if ($quiet) { $command .= " -q"; }
$command .= " $ARGV[1].idx.fa $ARGV[1]";

Expand Down

0 comments on commit 087f35f

Please sign in to comment.