Skip to content

Commit

Permalink
Merge pull request #62 from cov-lineages/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
aineniamh authored Apr 22, 2022
2 parents d243a24 + 5ae2e9b commit 6a58cd0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 13 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.7"
__version__ = "v0.1.8"

3 changes: 1 addition & 2 deletions constellations/definitions/cBA.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"orf1ab:SGF3675-",
"nuc:C10198T",
"nuc:G10447A",
"nuc:C15714T",
"nuc:C12880T",
"nuc:C15714T",
"orf1ab:R5716C",
Expand All @@ -54,7 +53,7 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 28,
"min_alt": 27,
"max_ref": 3,
"spike:Q493":"alt",
"n:P151":"ref",
Expand Down
3 changes: 1 addition & 2 deletions constellations/definitions/cBA.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"nuc:C11235T",
"nuc:C12880T",
"nuc:C15714T",
"orf1ab:I5967V",
"spike:A67V",
"spike:Q493R",
"del:21765:6",
Expand All @@ -44,7 +43,7 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 14,
"min_alt": 13,
"max_ref": 2
},
"Probable": {
Expand Down
3 changes: 1 addition & 2 deletions constellations/definitions/cBA.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"nuc:A20055G",
"spike:T19I",
"s:HV69-",
"nuc:T22200G",
"spike:V213G",
"spike:S371F",
"spike:T376A",
Expand All @@ -54,7 +53,7 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 30,
"min_alt": 29,
"max_ref": 5,
"m:D3N":"ref",
"s:Q493":"ref",
Expand Down
3 changes: 1 addition & 2 deletions constellations/definitions/cBA.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"nuc:A20055G",
"spike:T19I",
"s:HV69-",
"nuc:T22200G",
"spike:V213G",
"spike:S371F",
"spike:T376A",
Expand All @@ -51,7 +50,7 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 28,
"min_alt": 27,
"max_ref": 5,
"s:Q493":"ref",
"nuc:C26858":"ref",
Expand Down
3 changes: 1 addition & 2 deletions constellations/definitions/cXE-parent2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"sites": [
"nuc:C15714T",
"nuc:C12880T",
"nuc:C15714T",
"orf1ab:R5716C",
"orf1ab:T6564I",
"nuc:A20055G",
Expand All @@ -39,7 +38,7 @@
],
"rules": {
"default": {
"min_alt": 9,
"min_alt": 8,
"max_ref": 3
}
}
Expand Down
5 changes: 3 additions & 2 deletions constellations/definitions/cXE.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
"sites": [
"nuc:C3241T",
"nuc:T5386G",
"nuc:C14599T",
"nuc:C14599T",
"nuc:C12880T",
"nuc:A29510C"
"nuc:A29510C",
"nuc:C14599T"
],
"rules": {
"min_alt": 2,
Expand Down

0 comments on commit 6a58cd0

Please sign in to comment.