From: martinahansen Date: Mon, 25 Nov 2013 20:32:12 +0000 (+0000) Subject: fixed encoding in write_454 X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=commitdiff_plain;h=123dbbd20d587b61d0589aa17031ff1796998313 fixed encoding in write_454 git-svn-id: http://biopieces.googlecode.com/svn/trunk@2256 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/write_454 b/bp_bin/write_454 index 0a0eba6..5c7789a 100755 --- a/bp_bin/write_454 +++ b/bp_bin/write_454 @@ -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";