new_majiq.SpliceGraph.to_zarr
- SpliceGraph.to_zarr(store, mode='w-')
Save
SpliceGraphto specified path/store- Parameters:
store (
Union[MutableMapping,str,Path]) – store or Path for zarr store with SpliceGraph componentsmode (
"w"or"w-") – w means create, and overwrite if does not exist w- means creat, fail if exists