From c878fdcca26d71fc9bd86ae596a91635acf564d1 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Thu, 10 Mar 2022 13:39:38 +0000 Subject: [PATCH 1/2] update mutation checked for non-ref as per https://github.com/cov-lineages/pangolin/issues/377 --- constellations/definitions/cBA.2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constellations/definitions/cBA.2.json b/constellations/definitions/cBA.2.json index 537ba96..5a24af3 100644 --- a/constellations/definitions/cBA.2.json +++ b/constellations/definitions/cBA.2.json @@ -53,12 +53,12 @@ "default": { "min_alt": 18, "max_ref": 3, - "nuc:C10198T": "not ref" + "orf1ab:R5716C": "not ref" }, "Probable": { "min_alt": 12, "max_ref": 8, - "nuc:C10198T": "not ref" + "orf1ab:R5716C": "not ref" } } } From 956c95f633d3904607309f37796b3d84215bfb49 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Fri, 11 Mar 2022 14:18:14 +0000 Subject: [PATCH 2/2] update version --- constellations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constellations/__init__.py b/constellations/__init__.py index 65ef258..df7d7b0 100644 --- a/constellations/__init__.py +++ b/constellations/__init__.py @@ -1,3 +1,3 @@ _program = "constellations" -__version__ = "v0.1.3" +__version__ = "v0.1.4"