Publish Template Outputs
After a successful run, publish named outputs defined in publish:
.
bpm template publish <id> [--dir <project_dir>]
What happens
- BPM imports resolver functions from the active BRS and calls them with
ctx
. - Results are written to
project.yaml
under this template’spublished
map.
Why
- Downstream steps and teammates can discover outputs by key (e.g.,
fastq_dir
,multiqc_report
).