]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/merge_records
refactoring of assemble_pairs
[biopieces.git] / bp_bin / merge_records
index ad0d06e435827275e12735650d744a01bbe40ccc..7294590598566fc418fbf67fdd9c11f0d219ebb5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
 
 # Copyright (C) 2007-2009 Martin A. Hansen.
 
@@ -26,6 +26,7 @@
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 
+use warnings;
 use strict;
 use Maasha::Biopieces;
 use Maasha::Common;
@@ -201,8 +202,6 @@ if ( $num2 > 0 and $options->{ 'merge' } =~ /^(BorA|BnotA)$/ )
     Maasha::Biopieces::put_record( $record, $out );
 }
 
-Maasha::Filesys::dir_remove( $tmp_dir );
-
 Maasha::Biopieces::close_stream( $in );
 Maasha::Biopieces::close_stream( $out );