X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fmax_vals;h=f45b3cac2817941b55d79c9292e50cdde7d41016;hb=da9fc300ec207fce5d21e883781dab839b378fc7;hp=52ede7c4fd16f18c5e817d37f0c9e17602dc398e;hpb=d71b5469d06eeaa8de7d83b501eb17a0dedd7999;p=biopieces.git diff --git a/bp_bin/max_vals b/bp_bin/max_vals index 52ede7c..f45b3ca 100755 --- a/bp_bin/max_vals +++ b/bp_bin/max_vals @@ -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 ); }