BioImageTools/dask_waitforworkers
moduleCheck if a worker is running
dask
Module Information
Tools
Inputs
| Name | Type | Description |
|---|---|---|
| meta | map | |
| scheduler_address | string | Scheduler's IP address |
| cluster_work_dir | path | The cluster work directory where the scheduler will run |
| total_workers | int | Total number of workers in the cluster |
| required_workers | int | Number of workers that should be available before the cluster is being used |
Outputs
| Name | Type | Description |
|---|---|---|
| meta | map | |
| scheduler_address | string | Scheduler's IP address |
| cluster_work_fullpath | string | Full path to the cluster work directory where the scheduler is running |
| available_workers | int | Number of workers that are ready |
| versions | string | Software versions file |
Quick Start
Include this module in your Nextflow pipeline:
include { DASK_WAITFORWORKERS } from 'https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/dask/waitforworkers'