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

Add support for "data_provenance" metadata #1313

Merged
merged 2 commits into from
Mar 30, 2021
Merged

Commits on Mar 29, 2021

  1. Add support for "data_provenance" metadata

    In the early stages of COVID-19, we added support for acknowledging
    GISAID as the source of data in the Byline. This was inferred based
    on domain / dataset name heuristics.
    
    We now support data provenance to be defined in the dataset JSON
    (see nextstrain/augur#705) and all core
    nCoV builds have been updated to include this here. This commit
    parses and renders such information.
    
    Note that a previous commit removed the "Build info" from the byline
    for datasets displaying GISAID (see [0]), which I believe was an
    oversight. This commit reinstates it.
    
    [0] 18d5d21
    jameshadfield committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4506442 View commit details
    Browse the repository at this point in the history
  2. Link out to gisaid.org

    This adds a link to gisaid.org from the GISAID logo (when present). It also adjusts parsing so that data_provenance.name == "gisaid" will still get picked up.
    trvrb committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    1a4fd72 View commit details
    Browse the repository at this point in the history