-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Current Behavior
Given the error, I inspected the pango-consensus-sequence-summary.json specified in the config. I found only pango lineage names XDV and XDV.1.1 (XDV.1.2 … ) but not XDV.1. Similarly, XDV.1.1’s parent is specified as XDV. I am still trying to understand the parental-child clade mappings, but I was wondering if this relationship was misdefined?
Expected behavior
I expect no value error if the clade XDV.1 was defined as a parent in the summary.json.
How to reproduce
Steps to reproduce the current behavior:
When I run the notebook with this command, I get the error ValueError: some clades have growth data but are not defined {'XDV.1'}.
Possible solution
XDV.1 seems to be a fairly new lineage, is there a an earlier summary.json than the one specified in the config we could use instead? Can XDV.1 be added into the json?