sgkit.io.vcf.concat_zarrs¶
- sgkit.io.vcf.concat_zarrs(urls, output, *, storage_options=None)¶
Concatenate multiple Zarr stores into a single Zarr store.
The Zarr stores are concatenated and rechunked to produce a single combined store.
- Parameters
- urls :
Sequence
[str
]Sequence
[str
] A list of URLs to the Zarr stores to combine, typically the return value of
vcf_to_zarrs()
.- output :
str
|Path
|MutableMapping
[str
,bytes
]Union
[str
,Path
,MutableMapping
[str
,bytes
]] Zarr store or path to directory in file system.
- storage_options : {
str
:str
} |None
Optional
[Dict
[str
,str
]] (default:None
) Any additional parameters for the storage backend (see
fsspec.open
).
- urls :
- Return type