From 9678d8d6a102d82aa9a9cec0999a4b82cbb4a62f Mon Sep 17 00:00:00 2001 From: Jennifer Chang Date: Thu, 2 May 2024 08:43:29 -0700 Subject: [PATCH] hotfix: display genbank accession link in node popup box When dynamically generating the auspice config files, forgot to also incorporate the changes from https://github.com/nextstrain/dengue/pull/40/commits/9b9d1b2dc210a670a2b1588a830286ac3c9ea8b5 Which allows the metadata value "genbank_accession" to be displayed as a link in the node popup box. --- phylogenetic/rules/export.smk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phylogenetic/rules/export.smk b/phylogenetic/rules/export.smk index 560f913e..859f49af 100644 --- a/phylogenetic/rules/export.smk +++ b/phylogenetic/rules/export.smk @@ -96,6 +96,9 @@ rule prepare_auspice_config: "country", "region", "author" + ], + "metadata_columns": [ + "genbank_accession" ] }