Skip to content

Commit d32035b

Browse files
authored
Merge pull request #37 from cov-lineages/update_B.1.1.529
increase max_ref to handle (some) pipelines which call for ref
2 parents 3fa44c1 + c631deb commit d32035b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constellations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
_program = "constellations"
2-
__version__ = "v0.0.22"
2+
__version__ = "v0.0.23"
33

constellations/definitions/cB.1.1.529.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"note": "We have included spike mutations S477N T478K E484A Q493R G496S Q498R N501Y, but these drop out in some early sequences. Additional rules have been added to compensate.",
6767
"rules": {
6868
"min_alt": 32,
69-
"max_ref": 3,
69+
"max_ref": 5,
7070
"spike:S477N": "not ref",
7171
"spike:T478K": "not ref",
7272
"spike:E484A": "not ref",

0 commit comments

Comments
 (0)