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

Allow users to specify a titer attribute prefix #1106

Merged
merged 4 commits into from
Dec 19, 2022

Commits on Dec 19, 2022

  1. Allow users to specify a titer attribute prefix

    Allows users to prefix the node data JSON attributes produced by `augur
    titers` subcommands (e.g., `cTiter`, `dTiter`, etc.) with a custom
    string. This change allows users to run multiple titer models for a
    single build and collect their results into an Auspice JSON without
    collisions in the node data attribute namespace.
    huddlej committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1fad6ee View commit details
    Browse the repository at this point in the history
  2. Add test data and tests for titer models

    Adds test data based on public titer data and sequences from the
    measurements panel paper [1] and adds functional tests for basic titer
    model commands and the new commands with attribute prefixes.
    
    [1] https://github.com/blab/measurements-panel/tree/main/data
    huddlej committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9ba5c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d3e0e6 View commit details
    Browse the repository at this point in the history
  4. Document node attributes in titer model JSONs

    Documents the specific attributes that get the custom prefix in titer
    model node data JSON outputs and clarifies the use case for the
    attribute prefix argument.
    huddlej committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7422a54 View commit details
    Browse the repository at this point in the history