JaneliaSciComp/spark_stop
subworkflowStops Spark processing by writing a marker file which terminates the cluster processes.
spark bigdata infrastructure
Module Information
Components
This subworkflow uses the following modules:
Inputs
| Name | Type | Description |
|---|---|---|
| ch_meta | tuple | Channel of tuples where the first item is the meta map, and the second is a a spark context map. Structure: [ val(meta), val(spark) ] |
Outputs
| Name | Type | Description |
|---|---|---|
| done | tuple | Same as the input tuple. |
Quick Start
Include this subworkflow in your Nextflow pipeline:
include { SPARK_STOP } from 'https://github.com/JaneliaSciComp/nextflow-modules/tree/main/subworkflows/janelia/spark_stop'