X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fwrite_2bit;h=12e330dbbd872bddc468bc8361d36d6152502b34;hb=f2532465d9ef7b7eb5d243603d84794e76fb66d9;hp=3929bba7ec509b5a4d48d6e06e9c3829e9653061;hpb=66938be910a5642b50ddf28991649858b5c36580;p=biopieces.git diff --git a/bp_bin/write_2bit b/bp_bin/write_2bit index 3929bba..12e330d 100755 --- a/bp_bin/write_2bit +++ b/bp_bin/write_2bit @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl # Copyright (C) 2007-2009 Martin A. Hansen. @@ -29,6 +29,7 @@ # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +use warnings; use strict; use Maasha::Fasta; use Maasha::Biopieces; @@ -82,8 +83,6 @@ close $fh_out; unlink $tmp_file; -Maasha::Filesys::dir_remove( $tmp_dir ); - Maasha::Biopieces::close_stream( $in ); Maasha::Biopieces::close_stream( $out );