BioImageTools/dask_waitformanager
moduleRetrieve dask cluster info from the JSON file created by the scheduler
dask
Module Information
Tools
Inputs
| Name | Type | Description |
|---|---|---|
| meta | map | |
| cluster_work_dir | path | The cluster work directory where the scheduler will run |
Outputs
| Name | Type | Description |
|---|---|---|
| meta | map | |
| cluster_work_fullpath | string | Full path to the cluster work directory where the scheduler is running |
| cluster_address | string | Dask cluster scheduler's address |
| available_workers | int | Number of available workers - this is always 0 here |
Quick Start
Include this module in your Nextflow pipeline:
include { DASK_WAITFORMANAGER } from 'https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/dask/waitformanager'