in reply to Re^4: (OT) help reading a bgzip file
in thread (OT) help reading a bgzip file
Looking at http://samtools.sourceforge.net/SAM1.pdf (which I think is the reference for the file format used by bgzip) it looks like the payload data (BAM) in the bgzip file is not ascii text - that would explain why you are seeing non-ascii text when you run it through zless.gunzip -tv file.bgzip
|
|---|