]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/write_tab
implementing status solution
[biopieces.git] / bp_bin / write_tab
index e20794db2189e5d58ed4a816345e3aadbeee7ce6..eab15ff00d589b42a35a087950a9a3ca121da4da 100755 (executable)
@@ -123,25 +123,22 @@ while ( $record = Maasha::Biopieces::get_record( $in ) )
 
 close $data_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();
 }