bioio_conversion package

Subpackages

Submodules

bioio_conversion.cluster module

class bioio_conversion.cluster.Cluster(n_workers: int = 4)[source]

Bases: object

A custom Dask cluster class that allows for the creation and management of a Dask cluster.

start() Client[source]

Start the Dask LocalCluster and return a Client. Registers clean shutdown on exit or SIGINT/SIGTERM.

Module contents

Top-level package initialization. Exposes main utilities for easy import.

class bioio_conversion.Cluster(n_workers: int = 4)[source]

Bases: object

A custom Dask cluster class that allows for the creation and management of a Dask cluster.

start() Client[source]

Start the Dask LocalCluster and return a Client. Registers clean shutdown on exit or SIGINT/SIGTERM.