]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/translate_seq
removed debug message
[biopieces.git] / bp_bin / translate_seq
index ba6b07f696d8d21cca3b3e395c49bc4fa63ec477..3af052136459dd53a6d5f01b994dc324fe614752 100755 (executable)
@@ -50,7 +50,7 @@ while ( $record = Maasha::Biopieces::get_record( $in ) )
 {
     if ( $record->{ "SEQ" } )
     {
-        if ( Maasha::Seq::seq_guess_type( $record->{ "SEQ" } ) eq "dna" )
+        if ( Maasha::Seq::seq_guess_type( $record->{ "SEQ" } ) eq "DNA" )
         {
             foreach $frame ( @{ $options->{ "frames" } } )
             {