Gzip

From Genome Analysis Wiki
Revision as of 22:53, 17 November 2010 by Mflick (talk | contribs) (Reverted edits by Upugema (Talk) to last revision by Goncalo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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