Skip to content

A parallel implementation of gzip for modern multi-processor, multi-core machines.

Notifications You must be signed in to change notification settings

galaxysd/pigz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pigz with Blocked GZip Format (BGZF) support

See madler#19.

git remote add madler https://github.com/madler/pigz.git
git remote add -t AddBlockCompress-BGZip BGZip https://github.com/JGI-Bioinformatics/pigz.git
git fetch

$ git remote -v
BGZip	https://github.com/JGI-Bioinformatics/pigz.git (fetch)
BGZip	https://github.com/JGI-Bioinformatics/pigz.git (push)
madler	https://github.com/madler/pigz.git (fetch)
madler	https://github.com/madler/pigz.git (push)
origin	git@github.com:galaxysd/pigz.git (fetch)
origin	git@github.com:galaxysd/pigz.git (push)

$ git branch -av
  AddBlockCompress-BGZip                8c92aa3 fixed 0 byte input file and -p 1 compress added more tests for edge cases and gzip compatibility
* madler                                fe822cb pigz version 2.4
  remotes/origin/AddBlockCompress-BGZip 8c92aa3 fixed 0 byte input file and -p 1 compress added more tests for edge cases and gzip compatibility
  remotes/origin/HEAD                   -> origin/AddBlockCompress-BGZip
  remotes/origin/madler                 fe822cb pigz version 2.4

git checkout AddBlockCompress-BGZip
git checkout -b galaxy

# git push --set-upstream origin galaxy

About

A parallel implementation of gzip for modern multi-processor, multi-core machines.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.9%
  • Objective-C 1.9%
  • Makefile 1.6%
  • Roff 1.6%