]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/calc_bit_scores
changed shebang
[biopieces.git] / bp_bin / calc_bit_scores
index 6bb5374eb2be9e55fe6c31c5aa6847f1071cbf8e..9de170d172071c0b73149db1e81282890b266d4e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
 
 # Copyright (C) 2007-2009 Martin A. Hansen.
 
@@ -85,25 +85,22 @@ for ( $i = 0; $i < keys %freq_hash; $i++ )
 
 Maasha::Biopieces::put_record( $record, $out );
 
+Maasha::Biopieces::close_stream( $in );
+Maasha::Biopieces::close_stream( $out );
+
 
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 
 BEGIN
 {
-    $run_time_beg = Maasha::Biopieces::run_time();
-
-    Maasha::Biopieces::log_biopiece();
+    Maasha::Biopieces::status_set();
 }
 
+
 END
 {
-    Maasha::Biopieces::close_stream( $in );
-    Maasha::Biopieces::close_stream( $out );
-
-    $run_time_end = Maasha::Biopieces::run_time();
-
-    Maasha::Biopieces::run_time_print( $run_time_beg, $run_time_end, $options );
+    Maasha::Biopieces::status_log();
 }
 
 
@@ -111,5 +108,3 @@ END
 
 
 __END__
-
-