Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export ancestral AA sequences for tree's root node #1317

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Sep 20, 2023

  1. Export ancestral AA sequences for tree's root node

    Fixes a bug in the new augur ancestral interface for amino acid
    sequences where the output JSON was missing an entry for "aa_sequences"
    for the root node that downstream tools like `augur clades` relied on.
    The `augur translate` output creates this entry [1], so workflows that
    use the nucleotide `ancestral` followed by the `translate` command would
    not be affected. Workflows that use the new `ancestral` command would be
    affected in cases where `augur clades` looks for amino acid mutations
    that only exist in the root node and not on any subsequent
    branches (e.g., for seasonal influenza B/Victoria's NA tree).
    
    [1] https://github.com/nextstrain/augur/blob/b299059b38b1f579a70129c295405a19eb3f7c06/augur/translate.py#L291-L295
    huddlej committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f61737e View commit details
    Browse the repository at this point in the history
  2. Update change log

    huddlej committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1212730 View commit details
    Browse the repository at this point in the history