Skip to content

Commit

Permalink
Merge pull request #30 from cov-lineages/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rmcolq authored Oct 20, 2021
2 parents 2620eeb + aed5cdf commit cf21ed9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constellations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_program = "constellations"
__version__ = "v0.0.18"
__version__ = "v0.0.19"

3 changes: 3 additions & 0 deletions constellations/definitions/cAY.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"mrca_lineage": "AY.4",
"lineage_name": "AY.4",
"parent_lineage": "B.1.617.2",
"incompatible_lineage_calls": [
"AY.4.2"
],
"representative_genome": ""
},
"tags": [
Expand Down
6 changes: 5 additions & 1 deletion constellations/definitions/cB.1.617.2+K417N.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"AY.2",
"B.1.617.2"
],
"mrca_lineage": "B.1.617.2",
"incompatible_lineage_calls": [
"AY.4",
"AY.4.2"
],
"mrca_lineage": "B.1.617.2",
"representative_genome": ""
},
"tags": [
Expand Down
4 changes: 2 additions & 2 deletions constellations/definitions/cB.1.617.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"mrca_lineage": "B.1.617.2",
"lineage_name": "B.1.617.2",
"incompatible_lineage_calls": [
"AY.1",
"AY.2"
"AY.4",
"AY.4.2"
],
"PHE_label": "VOC-21APR-02",
"WHO_label": "Delta",
Expand Down

0 comments on commit cf21ed9

Please sign in to comment.