Use Oxbow to parse some formats? #416
Replies: 3 comments 1 reply
-
Nice find! Seems they recently went through a refactor for 0.4, so there is some active development. |
Beta Was this translation helpful? Give feedback.
-
This sounds like a great fit. Along with zarrs, I can imagine that the long-term goal could be a fully-rustified bio2zarr. |
Beta Was this translation helpful? Give feedback.
-
Happy to chime in if there are any questions. cc @conradbzura
Correct. Note that for VCF/BCF, we can project genotype data nested as either the conventional Btw, we have the ability to partition BGZF-compressed files similar to your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Oxbow looks like a great way of getting an efficient tabular view on a range of bioinfo formats. This could provide a neat way of doing the painful bit (getting the data out of the bioinfo format into an array-oriented form) and bio2zarr could provide the functionality of writing the actual Zarr.
The distinction between the two approaches (as I see it) is that Oxbow is about providing a high performance and useful interface to existing files, while bio2zarr is about translating these files to Zarr (both of which are useful in different contexts, I'd imagine).
Beta Was this translation helpful? Give feedback.
All reactions