Skip to content

Commit

Permalink
Update ushertools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jul 14, 2023
1 parent 32cad0f commit b67f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxoniumtools/src/taxoniumtools/ushertools.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_mutations(past_nuc_muts_dict,
# update past_nuc_muts_dict
for mutation in new_nuc_mutations_here:
past_nuc_muts_dict[mutation.one_indexed_position -
1] = mutation.genome_residue
1] = mutation.mut_nuc

return mutations_here

Expand Down

0 comments on commit b67f519

Please sign in to comment.