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 8859740 commit 43dfd36
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 @@ -135,7 +135,7 @@ def get_mutations(past_nuc_muts_dict,
nuc_for_codon=gene_codon.positions[1]))

# update past_nuc_muts_dict
for mutation in mutations:
for mutation in new_nuc_mutations_here:
past_nuc_muts_dict[mutation.one_indexed_position -
1] = mutation.genome_residue

Expand Down

0 comments on commit 43dfd36

Please sign in to comment.