From: martinahansen Date: Tue, 25 Aug 2009 10:53:29 +0000 (+0000) Subject: fixed cpu switch in bowtie_seq X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2d6aa2352c80bcc4eaeb881e2053417f2e7a1e29;p=biopieces.git fixed cpu switch in bowtie_seq git-svn-id: http://biopieces.googlecode.com/svn/trunk@644 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/bowtie_seq b/bp_bin/bowtie_seq index f6de2c5..cffcd32 100755 --- a/bp_bin/bowtie_seq +++ b/bp_bin/bowtie_seq @@ -94,6 +94,7 @@ close $fh_out; push @args, "-n $options->{ 'mismatches' }"; push @args, "-v $options->{ 'mismatches' }"; # DANGER: using seed mismatches as alignment mismatches - may work, may not! push @args, "-f" if $type eq "FASTA"; +push @args, "-p $options->{ 'cpus' }"; if ( defined $options->{ 'max_hits' } ) { push @args, "-k $options->{ 'max_hits' }";