nf-core/pathogensurveillance

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

Ouverte

#158 ouverte le 2 avr. 2025

 (0 commentaire) (0 réaction) (1 personne assignée)Nextflow (9 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (61 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur