We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9340c4 commit 0ef5623Copy full SHA for 0ef5623
bio2zarr/vcf2zarr/vcz.py
@@ -950,6 +950,7 @@ def create_index(self):
950
shape=index.shape,
951
dtype=index.dtype,
952
compressor=numcodecs.Blosc("zstd", clevel=9, shuffle=0),
953
+ dimension_separator=self.metadata.dimension_separator,
954
)
955
array.attrs["_ARRAY_DIMENSIONS"] = [
956
"region_index_values",
0 commit comments