Python API#
Basic usage:
import bio2zarr.vcf as v2z
v2z.convert([vcf_path], vcz_path)
API reference#
- bio2zarr.vcf.convert(vcfs, vcz_path, *, variants_chunk_size=None, samples_chunk_size=None, worker_processes=0, local_alleles=None, show_progress=False, icf_path=None)#
Convert the VCF data at the specified list of paths to VCF Zarr format stored at the specified path.
Todo
Document parameters