Skip to content

Commit 0ef5623

Browse files
tomwhitejeromekelleher
authored andcommitted
Use specified dimension separator for region index
1 parent b9340c4 commit 0ef5623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bio2zarr/vcf2zarr/vcz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ def create_index(self):
950950
shape=index.shape,
951951
dtype=index.dtype,
952952
compressor=numcodecs.Blosc("zstd", clevel=9, shuffle=0),
953+
dimension_separator=self.metadata.dimension_separator,
953954
)
954955
array.attrs["_ARRAY_DIMENSIONS"] = [
955956
"region_index_values",

0 commit comments

Comments
 (0)