diff --git a/taxoniumtools/src/taxoniumtools/ushertools.py b/taxoniumtools/src/taxoniumtools/ushertools.py index 647259e8..f08b6784 100644 --- a/taxoniumtools/src/taxoniumtools/ushertools.py +++ b/taxoniumtools/src/taxoniumtools/ushertools.py @@ -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