Skip to content

Commit

Permalink
Merge pull request #57 from cov-lineages/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rmcolq authored Feb 8, 2022
2 parents b2fb8e3 + 3784497 commit 584cf29
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 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.1.2"
__version__ = "v0.1.3"

7 changes: 2 additions & 5 deletions constellations/definitions/cB.1.1.529.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"orf1ab:T3255I",
"orf1ab:P3395H",
"orf1ab:SGF3675-",
"nuc:T13195C",
"orf1ab:P4715L",
"orf1ab:I5967V",
"spike:G142D",
Expand All @@ -47,8 +46,6 @@
"spike:D796Y",
"spike:Q954H",
"spike:N969K",
"nuc:C25000T",
"nuc:C25584T",
"e:T9I",
"m:Q19E",
"m:A63T",
Expand All @@ -62,12 +59,12 @@
"note": "Common mutations to the sublineages found",
"rules": {
"default": {
"min_alt": 25,
"min_alt": 22,
"max_ref": 5,
"spike:D614G": "not ref"
},
"Probable": {
"min_alt": 15,
"min_alt": 12,
"max_ref": 14
}
}
Expand Down
14 changes: 9 additions & 5 deletions constellations/definitions/cBA.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
],
"sites": [
"orf1ab:K856R",
"del:6513:3",
"nuc:T5386G",
"del:6513:3",
"orf1ab:A2710T",
"orf1ab:L3674F",
"orf1ab:I3758V",
"nuc:T13195C",
"nuc:C15240T",
"spike:A67V",
"del:21765:6",
Expand All @@ -36,20 +38,22 @@
"spike:T547K",
"spike:N856K",
"spike:L981F",
"nuc:C25000T",
"nuc:C25584T",
"m:D3G"
],
"note": "Unique mutations for sublineage",
"note2": "Requires ancestral mutation so scorpio tie breaks correctly",
"rules": {
"default": {
"min_alt": 10,
"min_alt": 14,
"max_ref": 3,
"spike:D614G": "not ref"
"nuc:T5386G": "not ref"
},
"Probable": {
"min_alt": 6,
"min_alt": 10,
"max_ref": 8,
"spike:D614G": "not ref"
"nuc:T5386G": "not ref"
}
}
}
11 changes: 7 additions & 4 deletions constellations/definitions/cBA.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"nuc:G10447A",
"nuc:C15714T",
"nuc:C12880T",
"nuc:C15714T",
"orf1ab:R5716C",
"orf1ab:T6564I",
"nuc:A20055G",
Expand All @@ -40,6 +41,8 @@
"spike:T376A",
"spike:D405N",
"spike:R408S",
"nuc:C25000T",
"nuc:C25584T",
"nuc:C26060T",
"nuc:C26858T",
"orf6:D61L",
Expand All @@ -48,14 +51,14 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 16,
"min_alt": 18,
"max_ref": 3,
"spike:D614G": "not ref"
"nuc:C10198T": "not ref"
},
"Probable": {
"min_alt": 10,
"min_alt": 12,
"max_ref": 8,
"spike:D614G": "not ref"
"nuc:C10198T": "not ref"
}
}
}
2 changes: 1 addition & 1 deletion constellations/definitions/cC.37.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"N:G214C"
],
"rules": {
"min_alt": 5,
"min_alt": 9,
"max_ref": 3
}
}

0 comments on commit 584cf29

Please sign in to comment.