Skip to contents

Returns one row per stage with resolved resource hints and source layers. Resolution follows:

  1. Stage hints (stage(..., cpus/memory/time = ...))

  2. Flow defaults (flow(..., cpus/memory/time = ...))

  3. SLURM profile/site defaults when applicable

Usage

flow_stage_resources(fl)

Arguments

fl

A flow() object.

Value

Tibble with resolved per-stage resource values and source columns.