Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Sep 6, 2023
1 parent 44e3fb0 commit 196288a
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 @@ -323,7 +323,7 @@ def perform_aa_analysis(self):
pbar, self.nuc_to_codon)
root_muts = self.create_mutation_like_objects_to_record_root_seq()
self.tree.root.aa_muts = get_mutations(
{}, root_muts, seq, self.cdses, disable_check_for_differences=True)
{}, root_muts, seq, self.nuc_to_codon, disable_check_for_differences=True)
self.tree.root.nuc_mutations = root_muts

def load_genbank_file(self, genbank_file):
Expand Down

0 comments on commit 196288a

Please sign in to comment.