Skip to content

Commit eaa2d94

Browse files
committed
updating pangolin to cope with b.1.351 sublineages
1 parent ce68a2b commit eaa2d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pangolin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
_program = "pangolin"
2-
__version__ = "2.3.2"
2+
__version__ = "2.3.3"

pangolin/scripts/pangolearn.smk

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ rule overwrite:
278278

279279
writer.writerow(new_row)
280280

281-
elif row["taxon"] in b1351:
281+
elif row["taxon"] in b1351 and not row["lineage"].startswith("B.1.351."):
282282
new_row = row
283283

284284
snps = b1351[row["taxon"]]

0 commit comments

Comments
 (0)