The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::AssemblyImprovement::Util::UnzipFileIfNeededRole - Role for unzipping files if needed

VERSION

version 1.160490

SYNOPSIS

Role for unzipping input files if they are zipped.

        with 'Bio::AssemblyImprovement::Util::UnzipFileIfNeededRole';

        for my $filename ( @{ $self->input_files } ) {
        
        push( @prepared_input_files, $self->_gunzip_file_if_needed( $filename,$self->_temp_directory));
    }    

AUTHOR

Andrew J. Page <ap13@sanger.ac.uk>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Wellcome Trust Sanger Institute.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007