BioImageTools/dask_startmanager

module

Start a Dask scheduler which runs until the terminate module is called

dask

Module Information

Repository
https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/dask/startmanager
Source
BioImageTools
Organization
BioImageTools
Authors
@cgoina , @krokicki

Tools

dask

Dask is a flexible library for parallel computing in Python.

License: BSD 3-Clause License

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'
View on GitHub Report Issue