]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/plot_phastcons_profiles
implementing status solution
[biopieces.git] / bp_bin / plot_phastcons_profiles
index caf444f629b7ae38fb5d53cd1d9888737ffac48a..b1af87bb4f8e2b1325cdd57939e70d7ef37889e6 100755 (executable)
@@ -101,26 +101,22 @@ close $fh;
 
 Maasha::Filesys::dir_remove( $tmp_dir );
 
+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();
 }
 
 
@@ -128,4 +124,3 @@ END
 
 
 __END__
-