Skip to content

Commit

Permalink
updating pangolin to cope with b.1.351 sublineages
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Mar 22, 2021
1 parent ce68a2b commit eaa2d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pangolin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_program = "pangolin"
__version__ = "2.3.2"
__version__ = "2.3.3"
2 changes: 1 addition & 1 deletion pangolin/scripts/pangolearn.smk
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ rule overwrite:

writer.writerow(new_row)

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

snps = b1351[row["taxon"]]
Expand Down

0 comments on commit eaa2d94

Please sign in to comment.