]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/plot_matches
implementing status solution
[biopieces.git] / bp_bin / plot_matches
index f383da8ad2c39e0ef4bdfb406fd81eeea10623ad..9bdb0874693885ffb9ce5bdadfeb991c42ab5ec2 100755 (executable)
@@ -80,6 +80,9 @@ close $fh;
 
 Maasha::Filesys::dir_remove( $tmp_dir );
 
+Maasha::Biopieces::close_stream( $in );
+Maasha::Biopieces::close_stream( $out );
+
 
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SUBROUTINES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
@@ -189,20 +192,13 @@ sub dotplot_matches
 
 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();
 }
 
 
@@ -210,4 +206,3 @@ END
 
 
 __END__
-