]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/vmatch_seq
implementing status solution
[biopieces.git] / bp_bin / vmatch_seq
index 0cddbe0e696dfcedcdf219fb51502d9954bf7ba1..4d54dc9de7cf8f823afb1f47977f8c00f7cb9cc9 100755 (executable)
@@ -268,25 +268,22 @@ sub vmatch_get_entry
     }
 }
 
+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();
 }
 
 
@@ -294,4 +291,3 @@ END
 
 
 __END__
-