Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieLataretu authored Jan 24, 2024
1 parent 9d94f51 commit 7814206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/summary_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def add_nextclade_results(self, nextclade_results):

# N information
self.add_column_raw('nextclade_missing', res_data["missing"])

res_data['mutations_formatted'] = [m.replace(',', ', ') if type(m) == str else '-' for m in res_data['aaSubstitutions']]
res_data['deletions_formatted'] = [m.replace(',', ', ') if type(m) == str else '-' for m in res_data['aaDeletions']]
res_data['insertions_formatted'] = [m.replace(',', ', ') if type(m) == str else '-' for m in res_data['aaInsertions']]
Expand Down

0 comments on commit 7814206

Please sign in to comment.