Skip to content

Commit

Permalink
Merge pull request #261 from replikation/feature_add-nextclades-pango…
Browse files Browse the repository at this point in the history
…-assigment

Feature: add nextclades pango assigment
  • Loading branch information
replikation authored Jan 25, 2024
2 parents 525645a + 7814206 commit 9269045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/summary_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ def add_nextclade_results(self, nextclade_results):


self.add_column_raw('nextclade_clade', res_data['clade'])
self.add_column_raw('nextclade_pango', res_data["Nextclade_pango"]) # Nextclade's pangolin assigment
self.add_column_raw('nextclade_mutations_nt', res_data['substitutions'])
self.add_column_raw('nextclade_mutations', res_data['aaSubstitutions'])
self.add_column_raw('nextclade_deletions_nt', res_data['deletions'])
Expand Down

0 comments on commit 9269045

Please sign in to comment.