Skip to content

Commit

Permalink
Merge pull request #363 from cov-lineages/fix_#362
Browse files Browse the repository at this point in the history
fix #362
  • Loading branch information
rmcolq authored Jan 28, 2022
2 parents d66b982 + 6367908 commit 0ee0b9f
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,5 +1,5 @@
_program = "pangolin"
__version__ = "3.1.18"
__version__ = "3.1.19"


__all__ = ["pangolearn",
Expand Down
2 changes: 1 addition & 1 deletion pangolin/scripts/pangolearn.smk
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ rule usher_to_report:
note += f'; scorpio replaced lineage assignment {lineage}'
lineage = scorpio_lineage
elif not expanded_scorpio_lineage:
note += f'; scorpio replaced lineage assignment {row["lineage"]}'
note += f'; scorpio replaced lineage assignment {lineage}'
lineage = UNASSIGNED_LINEAGE_REPORTED

if histogram_note:
Expand Down

0 comments on commit 0ee0b9f

Please sign in to comment.