]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/shuffle_seq
removed debug message
[biopieces.git] / bp_bin / shuffle_seq
index 165fbda967f8ac5a510e670ecf6192cb7d6a0c55..009a785e4d728e2fb83daef080ebac44836a6a21 100755 (executable)
@@ -44,7 +44,8 @@ $out = Maasha::Biopieces::write_stream( $options->{ "stream_out" } );
 
 while ( $record = Maasha::Biopieces::get_record( $in ) )
 {
-    $record->{ "SEQ" } = Maasha::Seq::seq_shuffle( $record->{ "SEQ" } ) if $record->{ "SEQ" };
+    $record->{ "SEQ" }    = Maasha::Seq::seq_shuffle( $record->{ "SEQ" } )    if $record->{ "SEQ" };
+    # $record->{ "SCORES" } = Maasha::Seq::seq_shuffle( $record->{ "SCORES" } ) if $record->{ "SCORES" }; # Hackery thing
 
     Maasha::Biopieces::put_record( $record, $out );
 }