BioImageTools/dask_terminate

module

Terminate a Dask cluster by writing a marker file to the work dir

dask

Module Information

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

Tools

spark

Apache Spark is an analytics engine for large-scale data processing

License: Apache License 2.0

Inputs

Name Type Description
meta map
cluster_work_dir path The cluster work directory.

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_TERMINATE } from 'https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/dask/terminate'
View on GitHub Report Issue