]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/bowtie_seq
fixed encoding bug in bowtie_seq
[biopieces.git] / bp_bin / bowtie_seq
index 19368f84452db6ffb3def6777d1ac646e64c9d1e..07374216593d0a6f24d7fd858f6de3b21c6377ec 100755 (executable)
@@ -103,7 +103,7 @@ 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' }";
-push @args, "--phred64-quals" unless $type eq "FASTA";
+push @args, "--phred33-quals" unless $type eq "FASTA";
 
 if ( defined $options->{ 'max_hits' } ) {
     push @args, "-k $options->{ 'max_hits' }";