What steps will reproduce the problem?
1. Calling tabix_compress()
What is the expected output? What do you see instead?
A zipped file. But the generated zipped file is not correct.
What version of the product are you using? On what operating system?
0.6
Please provide any additional information below.
The code after between Line 341 and 346 in ctabix.pyx will never be processed,
because c is not initialized and the statement of "while c > 0:" will never be
satisfied.
Original issue reported on code.google.com by mark.sph...@gmail.com on 28 Oct 2012 at 5:25
Original issue reported on code.google.com by
mark.sph...@gmail.com
on 28 Oct 2012 at 5:25