BioImageTools/dask_prepare

module

Prepare work directory for running a Dask cluster

dask

Module Information

Repository
https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/dask/prepare
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
dask_work_dir path Parent directory of the cluster work directory. This is passed only for mapping purposes and it must exist.

Outputs

Name Type Description
meta map
cluster_work_fullpath string Full path to the cluster work directory

Quick Start

Include this module in your Nextflow pipeline:

include { DASK_PREPARE } from 'https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/dask/prepare'
View on GitHub Report Issue