nextflow-io/nextflow

In summary report, allow breakdowns by sub-workflow for processes

Open

#4,751 创建于 2024年2月16日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Groovy (784 fork)batch import
good first issuestale

仓库指标

Star
 (3,382 star)
PR 合并指标
 (平均合并 3天 18小时) (30 天内合并 38 个 PR)

描述

New feature

I would like to request a (static) config option, or perhaps a (dynamic) toggle in the interactive plotly figures to allow me to de-aggregate process resource reports based on which sub-workflows they were executed under.

Usage scenario

I re-use the same process definitions in different sub-workflows in my main nextflow workflow (see https://github.com/nextflow-io/nextflow/discussions/4750 for more on this). When I look at the resulting "Nextflow Workflow Report" all the processes are aggregated together in the figures.

Suggest implementation

It appears this information is available inside the existing report data, as in the table at the end, processes are labelled <NAMED_SUB_WORKFLOW>:<DEEPER_NAMED_SUBWORKFLOW>:<PROCESS>. Breaking down the data using the subworkflow labels should thus be fairly easy.

贡献者指南