]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/blat_seq
implementing status solution
[biopieces.git] / bp_bin / blat_seq
index 9c3ffa7f879f6c4ef8932aba5633165af0ef176a..4f68e0ebd720912b4ce43becf5c336adeb4ea0c9 100755 (executable)
@@ -105,26 +105,22 @@ unlink $result_file;
 
 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();
 }
 
 
@@ -132,4 +128,3 @@ END
 
 
 __END__
-