We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce68a2b commit eaa2d94Copy full SHA for eaa2d94
pangolin/__init__.py
@@ -1,2 +1,2 @@
1
_program = "pangolin"
2
-__version__ = "2.3.2"
+__version__ = "2.3.3"
pangolin/scripts/pangolearn.smk
@@ -278,7 +278,7 @@ rule overwrite:
278
279
writer.writerow(new_row)
280
281
- elif row["taxon"] in b1351:
+ elif row["taxon"] in b1351 and not row["lineage"].startswith("B.1.351."):
282
new_row = row
283
284
snps = b1351[row["taxon"]]
0 commit comments