htslib-rebgzip module#12197
Conversation
|
How is the behaviour here different from |
itrujnara
left a comment
There was a problem hiding this comment.
Looks duplicative, blocking until a compelling justification is provided
|
The difference is largely that this is convenience module that does not require |
I am not aware of this history of this module, which issue are you referring to? |
|
I see your point, I will need to discuss it with others before deciding how to solve this. |
Originally we had |
|
Not convinced at all by adding such a duplicate of the already existing htslib module |
|
Maybe we can think more if we can ease the use of htslib/bgziptabix ? |
|
For me the main motivation is that I would prefer an "unsupervised" module, that gives me A simplification of |
|
After reading through #11571, it seems that what I feel is inconvenient about the |
This module takes either unzipped, xz, bz2 or gz input, and returns a bgzipped file. This can be helpful since some tools refuse to take regular gzip.
I have kept the input / output as two element tuples, which should be compatible with most tool outputs.