]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed cpu switch in bowtie_seq
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 25 Aug 2009 10:53:29 +0000 (10:53 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 25 Aug 2009 10:53:29 +0000 (10:53 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@644 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/bowtie_seq

index f6de2c5da01cc980fc2ce5e8628d884aeadc4c06..cffcd32b10124500dc53482e44ef6110cf80daf2 100755 (executable)
@@ -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' }";