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 8a4dd05 commit b261cb1
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 @@ -136,7 +136,7 @@ def get_mutations(past_nuc_muts_dict,
#(gene, codon_number + 1, initial_codon_trans, final_codon_trans)

mutations_here.append(
AAMutation(gene=gene_codon.gene.name,
AAMutation(gene=gene_codon.gene,
one_indexed_codon=gene_codon.codon_number + 1,
initial_aa=initial_codon_trans,
final_aa=final_codon_trans,
Expand Down

0 comments on commit b261cb1

Please sign in to comment.