Skip to content

Commit 1cb8bd6

Browse files
Switch to LZ4 as the default compressor
1 parent 2c846f9 commit 1cb8bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bio2zarr/vcf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class VcfPartition:
150150

151151

152152
ICF_METADATA_FORMAT_VERSION = "0.2"
153-
ICF_DEFAULT_COMPRESSOR = numcodecs.Blosc(cname="zstd", clevel=7).get_config()
153+
ICF_DEFAULT_COMPRESSOR = numcodecs.Blosc(cname="lz4", clevel=7).get_config()
154154

155155

156156
@dataclasses.dataclass

0 commit comments

Comments
 (0)