Skip to content

Commit

Permalink
Use specified dimension separator for region index
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored and jeromekelleher committed Dec 3, 2024
1 parent b9340c4 commit 0ef5623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bio2zarr/vcf2zarr/vcz.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ def create_index(self):
shape=index.shape,
dtype=index.dtype,
compressor=numcodecs.Blosc("zstd", clevel=9, shuffle=0),
dimension_separator=self.metadata.dimension_separator,
)
array.attrs["_ARRAY_DIMENSIONS"] = [
"region_index_values",
Expand Down

0 comments on commit 0ef5623

Please sign in to comment.