Continued from #146 (comment)
We allow compression of the counts when we write the reduced file.
For now, we're just checking if we have to compress the data or not and pass the boolean to the writing method.
We should allow users to explicitly control the compression option and fail earlier if it's not posisble.
Currently we check if the bitshuffle is available when we write the file, and that's probably too late.
The command line tool already has the compression option as an enum.
TODO: