X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fmerge_records;h=7294590598566fc418fbf67fdd9c11f0d219ebb5;hb=d5d102b297c4a1d231a2f04faf165dec0164b046;hp=ad0d06e435827275e12735650d744a01bbe40ccc;hpb=66938be910a5642b50ddf28991649858b5c36580;p=biopieces.git diff --git a/bp_bin/merge_records b/bp_bin/merge_records index ad0d06e..7294590 100755 --- a/bp_bin/merge_records +++ b/bp_bin/merge_records @@ -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 );