]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/write_454
fixed encoding in write_454
[biopieces.git] / bp_bin / write_454
index 0a0eba628b4cdc16e312dffe4c574aa29b8d82ba..5c7789a38d899b7aa36afad9d35988619300327e 100755 (executable)
@@ -88,7 +88,7 @@ sub qual_put_entry
 
     # Returns nothing.
 
-    $score_str  = Maasha::Fastq::solexa_str2dec_str( $score_str );
+    $score_str  = Maasha::Fastq::phred_str2dec_str( $score_str );
     $score_str  =~ tr/;/ /;
 
     print $fh ">$name\n";