Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
TribbleIndexedFeatureReader cannot read header from .bgz files #653
Comments
tomwhite
referenced
this issue
in HadoopGenomics/Hadoop-BAM
Jun 29, 2016
Merged
Add BGZFCodec for reading and writing files with a .bgz suffix. #106
|
This could be close, couldn't it? |
cmnbroad
self-assigned this
Jul 27, 2016
|
I can take this ticket, because it is easy to fix. So thanks for the answer, @cmnbroad! |
yfarjoun
closed this
in c8202f2
Aug 10, 2016
jamesemery
added a commit
to jamesemery/htsjdk
that referenced
this issue
Sep 1, 2016
|
|
magicDGS + jamesemery |
ffd8427
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tomwhite commentedJun 29, 2016
TribbleIndexedFeatureReader.isGZIPPathonly recognizes paths ending in .gz, so block gzip-compressed files are not picked up.The fix is to check for any of the extensions defined in
AbstractFeatureReader.BLOCK_COMPRESSED_EXTENSIONSrather than just .gz.