X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=bp_bin%2Fsoap_seq;h=e6417f562eb9512db230f293f4bfefaa699b0ced;hb=6b4c2afa4b4b581a9c36083a1d059e846ee4b560;hp=7adb6a969e5f91f0a2ddf4738692e1f3343f01ff;hpb=66938be910a5642b50ddf28991649858b5c36580;p=biopieces.git diff --git a/bp_bin/soap_seq b/bp_bin/soap_seq index 7adb6a9..e6417f5 100755 --- a/bp_bin/soap_seq +++ b/bp_bin/soap_seq @@ -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; @@ -124,8 +125,6 @@ if ( $count > 0 ) unlink $tmp_out; -Maasha::Filesys::dir_remove( $tmp_dir ); - Maasha::Biopieces::close_stream( $in ); Maasha::Biopieces::close_stream( $out );