Skip to content

Commit

Permalink
version 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextstrain-bot committed Aug 14, 2023
1 parent 0a62483 commit 17a2746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## __NEXT__


## 22.3.0 (14 August 2023)

### Features

* ancestral: add functionality to reconstruct ancestral amino acid sequences and add inferred mutations to the `node_data_json` with output equivalent to `augur translate`. `ancestral` now takes an annotation (`--annotation`), a list of genes (`--genes`), and a file name pattern for amino acid alignments (`--translations`). Mutations for each of these genes will be inferred and added to the output JSON to each node as a list at `['aa_muts'][gene]`. The annotations will be added to the `annotation` field in the output JSON. Inferred amino acids sequences can be saved with the new `--output-translations` argument. [#1258][] (@rneher, @huddlej)
Expand Down
2 changes: 1 addition & 1 deletion augur/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '22.2.0'
__version__ = '22.3.0'


def is_augur_version_compatible(version):
Expand Down

0 comments on commit 17a2746

Please sign in to comment.