]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/plot_histogram
implementing status solution
[biopieces.git] / bp_bin / plot_histogram
index 9eccb6812bade735d8ae4b21ec54e0a92b1c1227..74ba7486e2feaef842e5d7f99a04776fb95589ad 100755 (executable)
@@ -76,26 +76,22 @@ print $fh "$_\n" foreach @{ $result };
 
 close $fh;
 
+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();
 }
 
 
@@ -103,4 +99,3 @@ END
 
 
 __END__
-