Gzip

From Genome Analysis Wiki
Revision as of 23:18, 8 September 2010 by Goncalo (talk | contribs)
Jump to navigationJump to search

Gzip is a widely used file compression utility, developed by Mark Adler and Jean Loup Gailly. The source code and algorithm for the gzip are well documented and widely available, so that it is easy to create gzip-compatible programs. A file compressed by gzip or a compatible utility tipically has an extension that ends in .gz.

References

The GZip Website