]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/complement_seq
implementing status solution
[biopieces.git] / bp_bin / complement_seq
index 38d1dae27056706b884fc7105c75cfd14fd0abb4..6e7ba9053d58109f18a8ef6957f9e29f4571f7ad 100755 (executable)
@@ -60,24 +60,22 @@ while ( $record = Maasha::Biopieces::get_record( $in ) )
 }
 
 
+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();
 }
 
 
@@ -85,5 +83,3 @@ END
 
 
 __END__
-
-