I’d also like to add functionality to ensure specific Pango lineages are included even if they don’t meet count threshold (important for JN.1 at the moment)
Possible solution
We can use the force-include-clades config for scripts/prepare-data.py to prevent lineages from being added to other.
We will have to update scripts/collapse-lineage-counts.py with a new option to force include lineages and prevent them from being collapsed into their parent lineages.
Context
Requested by @trvrb in today's forecasts-automation meeting :
Possible solution
We can use the force-include-clades config for
scripts/prepare-data.py
to prevent lineages from being added toother
.We will have to update scripts/collapse-lineage-counts.py with a new option to force include lineages and prevent them from being collapsed into their parent lineages.