next#
- caput.pipeline.tasklib.io.SaveZarrZip.next(container)[source]#
Take a container and save it out as a .zarr.zip file.
- Parameters:
- container
Container Container to save out.
- container
- Returns:
- handle
ZarrZipHandle A handle to use to determine if the job has successfully completed. This should be given to the
WaitZarrZiptask.
- handle