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 public constructors in CustomGzipOutputStream #798
Conversation
|
You accepted my previous PR, @lbergelson... could you have a look to this one? |
magicDGS
referenced
this pull request
Feb 10, 2017
Open
Proposal: use commons-compress for gzip and other compression support #799
lbergelson
merged commit 18508d4
into
samtools:master
Feb 10, 2017
2 of 4 checks passed
|
Thanks! |
vadimzalunin
added a commit
to vadimzalunin/htsjdk
that referenced
this pull request
Mar 14, 2017
|
|
magicDGS + vadimzalunin |
037b89b
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
magicDGS commentedFeb 10, 2017
Description
I made public the
CustomGzipOutputStreamin #746 to use it outsideIOUtils, but I forgot to made the constructors public too. This fix the problem and makes the custom gzip wrapper available for use it outside the package.Checklist