Open kentwait opened 4 years ago
Hello @kentwait, thanks for filing this! Can you craft a small test and pullrequest for this? Could be useful to increase test coverage and work towards a fix?
Is this a dup of #194 ? The difference is that you report failure even without the header line. PR #226 has just been merged to address it; perhaps you could see if your issue is resolved in the master branch?
The following text file was bgzip compressed using bgzip 1.10.2
Then tabix-indexed using tabix 1.10.2
When I try to read
test.pileup.txt
I get anInvalidIndex
error for the following codelet reader = tbx::Reader::from_path(path).expect("Failed to create TabixPileup from path");
Let me know if I'm missing something here. I'm stumped. I've tried both with a header and without.
test.pileup.txt test.noheader.pileup.txt