Skip to content

jvolkening/p5-Compress-BGZF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compress::BGZF

Tests Coverage Status CPAN version

A pure-Perl implementation of blocked gzip (BGZF)

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

Compress::BGZF uses the following modules:

  • List::Util

  • Compress::Zlib

  • IO::Uncompress::RawInflate

  • IO::Compress::RawDeflate

These are already included in recent core perl distributions

COPYRIGHT AND LICENSE

Copyright (C) 2015-2016 Jeremy Volkening [email protected]

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the LICENSE file in the top-level directory of this distribution for the full license terms.

About

Read/write blocked gzip (BGZF) files in Perl 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages