]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/max_vals
fixed typo in max_vals
[biopieces.git] / bp_bin / max_vals
index 52ede7c4fd16f18c5e817d37f0c9e17602dc398e..f45b3cac2817941b55d79c9292e50cdde7d41016 100755 (executable)
@@ -85,7 +85,7 @@ foreach $key ( @{ $options->{ "keys" } } ) {
 
 if ( $options->{ "keys" } and $new_record )
 {
-    $new_record->{ 'REC_TYPE' } = "MIN";
+    $new_record->{ 'REC_TYPE' } = "MAX";
 
     Maasha::Biopieces::put_record( $new_record, $fh );
 }