From b409904fff2cf49e87affd435fc70a49da9f343c Mon Sep 17 00:00:00 2001 From: Kim Andrews <17375001+kimandrews@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:03:11 -0700 Subject: [PATCH] Update titles for live builds Adds a GenBank data source reference, and adds info about whether the phylogeny is built from full genome or N450 sequences. --- phylogenetic/defaults/auspice_config.json | 8 +++++++- phylogenetic/defaults/auspice_config_N450.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/phylogenetic/defaults/auspice_config.json b/phylogenetic/defaults/auspice_config.json index 5cb1a9a..81c05c7 100644 --- a/phylogenetic/defaults/auspice_config.json +++ b/phylogenetic/defaults/auspice_config.json @@ -1,9 +1,15 @@ { - "title": "Real-time tracking of measles virus evolution", + "title": "Real-time tracking of measles full genome virus evolution", "maintainers": [ {"name": "Kim Andrews", "url": "https://bedford.io/team/kim-andrews/"}, {"name": "the Nextstrain team", "url": "https://nextstrain.org/team"} ], + "data_provenance": [ + { + "name": "GenBank", + "url": "https://www.ncbi.nlm.nih.gov/genbank/" + } + ], "build_url": "https://github.com/nextstrain/measles", "colorings": [ { diff --git a/phylogenetic/defaults/auspice_config_N450.json b/phylogenetic/defaults/auspice_config_N450.json index fba0c12..b7e8d01 100644 --- a/phylogenetic/defaults/auspice_config_N450.json +++ b/phylogenetic/defaults/auspice_config_N450.json @@ -1,9 +1,15 @@ { - "title": "Real-time tracking of measles virus evolution", + "title": "Real-time tracking of measles N450 virus evolution", "maintainers": [ {"name": "Kim Andrews", "url": "https://bedford.io/team/kim-andrews/"}, {"name": "the Nextstrain team", "url": "https://nextstrain.org/team"} ], + "data_provenance": [ + { + "name": "GenBank", + "url": "https://www.ncbi.nlm.nih.gov/genbank/" + } + ], "build_url": "https://github.com/nextstrain/measles", "colorings": [ {