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 80eb008 commit d30940eCopy full SHA for d30940e
bio2zarr/vcz.py
@@ -14,7 +14,7 @@
14
15
logger = logging.getLogger(__name__)
16
17
-ZARR_SCHEMA_FORMAT_VERSION = "0.5"
+ZARR_SCHEMA_FORMAT_VERSION = "0.6"
18
DEFAULT_VARIANT_CHUNK_SIZE = 1000
19
DEFAULT_SAMPLE_CHUNK_SIZE = 10_000
20
DEFAULT_ZARR_COMPRESSOR = numcodecs.Blosc(cname="zstd", clevel=7)
0 commit comments