Skip to content

Commit

Permalink
Merge pull request #60 from cov-lineages/dev
Browse files Browse the repository at this point in the history
Adding in XE parent cascade lineage definitions and removing the probably BA.4 and BA.5 definition.
  • Loading branch information
aineniamh authored Apr 14, 2022
2 parents 6e0165c + 126570f commit d243a24
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
31 changes: 31 additions & 0 deletions constellations/definitions/cXE-parent1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"label": "XE-parent1",
"description": "Majority parent of XE recombinant lineage",
"sources": [
],
"type": "variant",
"variant": {
"mrca_lineage": "",
"lineage_name": "XE-parent1",
"parent_lineage": "B.1.1.529",
"representative_genome": ""
},
"tags": [
"XE",
"GL2"
],
"note": "Shared mutations for BA1 parent",
"note": "Likely breakpoint: between 10448 and 11287 (NSP5 or NSP6)",
"sites": [
"orf1ab:K856R",
"nuc:T5386G",
"del:6513:3",
"orf1ab:A2710T"
],
"rules": {
"default": {
"min_alt": 3,
"max_ref": 0
}
}
}
46 changes: 46 additions & 0 deletions constellations/definitions/cXE-parent2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"label": "XE-parent2",
"description": "3' parent of XE recombinant lineage",
"sources": [
],
"type": "variant",
"variant": {
"mrca_lineage": "",
"lineage_name": "XE-parent2",
"parent_lineage": "XE-parent1",
"representative_genome": ""
},
"tags": [
"XE",
"GL2"
],
"note": "Shared mutations for BA2 parent",
"note": "Likely breakpoint: between 10448 and 11287 (NSP5 or NSP6)",
"sites": [
"nuc:C15714T",
"nuc:C12880T",
"nuc:C15714T",
"orf1ab:R5716C",
"orf1ab:T6564I",
"nuc:A20055G",
"spike:T19I",
"del:21633:9",
"nuc:T22200G",
"spike:S371F",
"spike:T376A",
"spike:D405N",
"spike:R408S",
"nuc:C25000T",
"nuc:C25584T",
"nuc:C26060T",
"nuc:C26858T",
"orf6:D61L",
"n:S413R"
],
"rules": {
"default": {
"min_alt": 9,
"max_ref": 3
}
}
}
33 changes: 33 additions & 0 deletions constellations/definitions/cXE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"label": "Omicron (XE-like)",
"description": "XE recombinant lineage defining mutations",
"sources": [
],
"type": "variant",
"variant": {
"Pango_lineages": [
"XE"
],
"WHO_label": "Omicron",
"parent_lineage": "XE-parent2",
"mrca_lineage": "XE",
"lineage_name": "XE",
"representative_genome": ""
},
"tags": [
"XE",
"GL2"
],
"note": "Unique mutations for XE sublineage",
"sites": [
"nuc:C3241T",
"nuc:T5386G",
"nuc:C14599T",
"nuc:C12880T",
"nuc:A29510C"
],
"rules": {
"min_alt": 2,
"max_ref": 0
}
}

0 comments on commit d243a24

Please sign in to comment.