Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make unzipBlock in BlockGunzipper public. #650
Conversation
coveralls
commented
Jun 24, 2016
|
Seems silly that the class was public but that the main method on it was not. Merging! |
tfenne
merged commit ec44a54
into
master
Jun 24, 2016
nh13
deleted the
nh_make_gunzipper_public branch
Jun 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nh13 commentedJun 24, 2016
This is a simple change to expose the
unzipBlockmethod, and is useful for folks that are de-compressing gzip blocks, for example specialty tools built for BAM files.@tfenne @akiezun care to take a look?