BioImageTools/dask_startmanager
moduleStart a Dask scheduler which runs until the terminate module is called
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 |
| versions | file | File containing software versions |
Quick Start
Include this module in your Nextflow pipeline:
include { DASK_STARTMANAGER } from 'https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/dask/startmanager'