nf-core/pathogensurveillance

Add alternative to `report_group_ids` column that takes column names to base groups on

Open

#158 opened on Apr 2, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Nextflow (9 forks)auto 404
good first issue

Repository metrics

Stars
 (61 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide