]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/write_2bit
fixed seq qual length check
[biopieces.git] / bp_bin / write_2bit
index 3929bba7ec509b5a4d48d6e06e9c3829e9653061..12e330dbbd872bddc468bc8361d36d6152502b34 100755 (executable)
@@ -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 );