caput.pipeline.extensions#

Extensions for Task and helper code to run pure Python pipelines.

Warning

Most of the task extensions provided in this module are deprecated in favour of ContainerTask, and may be removed in the future.

Classes#

ContainerIOMixin

Provides IO for Container objects in pipeline tasks.

GroupIOMixin

Provides Group IO for pipeline tasks.

Input

Pass inputs into the pipeline from outside.

Output

Take outputs from the pipeline and place them in a list.

Functions#

file_format([default])

Property type that accepts only "zarr", or "hdf5".