BioImageTools/dask_terminate
moduleTerminate a Dask cluster by writing a marker file to the work dir
dask
Module Information
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'