]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/mean_vals
removed debug message
[biopieces.git] / bp_bin / mean_vals
index 007b287ab0bb7c56385627bc55d02b860fb0377e..974c9b4de1a53b64cbe46538f9c820f4ceab97ef 100755 (executable)
@@ -86,7 +86,7 @@ foreach $key ( @{ $options->{ "keys" } } )
     $new_record->{ $key . "_MEAN" } = $mean
 }
 
-if ( $options->{ "keys" } )
+if ( $options->{ "keys" } and $new_record )
 {
     $new_record->{ 'REC_TYPE' } = "MEAN";