Closed ktmeaton closed 2 years ago
Ah! Something is wrong with sc2rf/virus_properties.json
after updating:
{
"NextstrainClade": "21I",
"PangoLineage": "",
"Letter": "\u03b4",
"WhoLabel": "Delta",
"Other": "",
"WhoClass": "VOC",
"Query": "",
"mutations": [],
"name": "Delta / 21I"
},
{
"NextstrainClade": "21J",
"PangoLineage": "",
"Letter": "\u03b4",
"WhoLabel": "Delta",
"Other": "",
"WhoClass": "VOC",
"Query": "",
"mutations": [],
"name": "Delta / 21J"
},
The clades that are affected are:
21C
21I
21J
This query no longer works:
https://lapis.cov-spectrum.org/open/v1/sample/nuc-mutations?nextstrainClade=21J%20(Delta)
But this query does!
https://lapis.cov-spectrum.org/open/v1/sample/nuc-mutations?nextstrainClade=21J
This is because WHO labels were removed in cov-spectrum Issue #546! Aha!
I think I'll version/date control virus_properties.json
like this:
echo "Update:" $(date +'%Y-%m-%d') > virus_properties.log
python3 sc2rf.py --rebuild-examples 2>&1 1>> virus_properties.log
When updating, we lose XAN
, because the breakpoint uncertainty is +10000
:
Is it possible to relax/remove the breakpoint length filter? max_breakpoint_len
Before updating (
XD
):After updating (
XD
):