rna_majiq.PsiCoverage.to_zarr
- PsiCoverage.to_zarr(path, consolidated=True, show_progress=False)
Save
PsiCoverage
to specified path- Parameters:
path (
Union[str
,Path]
) – Path for output file in zarr formatconsolidated (
bool
) – When saving the file make sure that it is consolidated. In general, if you are appending a bunch of files together, it can make sense to set consolidated=False, and consolidate on the last write (only consolidate once). But, don’t forget to consolidate at the end.show_progress (
bool
) – Attempt to show progress on distributed cluster for Dask