Closed dariober closed 6 years ago
The tabix index created via htsjdk may skip the first interval of the first contig under certain cases. See https://github.com/samtools/htsjdk/issues/393 for an example.
While we wait for htsjdk to fix this, a temporary hack may be to add a dummy first record on the files susceptible of this bug.
Fixed with a horrible hack which prepends a dummy feature to the tmp bgzip files. This dummy feature is ignored by all (?) methods.
This bug is fixed in v1.14 after upgrading htsjdk.
The tabix index created via htsjdk may skip the first interval of the first contig under certain cases. See https://github.com/samtools/htsjdk/issues/393 for an example.
While we wait for htsjdk to fix this, a temporary hack may be to add a dummy first record on the files susceptible of this bug.