nf-core/pathogensurveillance
Add alternative to `report_group_ids` column that takes column names to base groups on
开放
#158 创建于 2025年4月2日
good first issue
仓库指标
- 星标
- (61 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Similar to color_by, there could be a column called report_group_by that takes one or more column names and a report is made for each combination of values in those columns present in the input. This could work along side report_group_ids by converting the report_group_by into IDs and combining the IDs from the two columns.