Skip to content

Commit

Permalink
Improve formatting of import logs
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 30, 2019
1 parent 1b191cc commit 837fa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/imports/mutations/clinvar.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def clinvar_parser(line):
index = self.insert_keys.index(key)
retained_values[index].update(new[key])

print(f'Merged SNVs of the same protein mutation ({mutation_id}):\n{new}\nand\n{old}')
print(f'Merged SNVs of the same protein mutation ({mutation_id}):\n\t{new}\nand\n\t{old}\n')
else:
# only add the protein-level mutation once
self.protect_from_duplicates(mutation_id, clinvar_mutations)
Expand Down

0 comments on commit 837fa99

Please sign in to comment.