Skip to content

Commit

Permalink
update max ref calls for BA.1, parent and BA.3 to be slightly more st…
Browse files Browse the repository at this point in the history
…rict- with default back to probable instead
  • Loading branch information
aineniamh committed Apr 12, 2022
1 parent 34d87fb commit 71b1af3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5"
__version__ = "v0.1.6"

2 changes: 1 addition & 1 deletion constellations/definitions/cB.1.1.529.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rules": {
"default": {
"min_alt": 22,
"max_ref": 5,
"max_ref": 2,
"spike:D614G": "not ref"
},
"Probable": {
Expand Down
4 changes: 2 additions & 2 deletions constellations/definitions/cBA.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"note2": "Requires ancestral mutation so scorpio tie breaks correctly",
"rules": {
"default": {
"min_alt": 14,
"max_ref": 3
"min_alt": 17,
"max_ref": 2
},
"Probable": {
"min_alt": 10,
Expand Down
4 changes: 2 additions & 2 deletions constellations/definitions/cBA.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"note": "Unique mutations for sublineage",
"rules": {
"default": {
"min_alt": 11,
"max_ref": 3
"min_alt": 14,
"max_ref": 2
},
"Probable": {
"min_alt": 6,
Expand Down

0 comments on commit 71b1af3

Please sign in to comment.