Skip to content

Commit

Permalink
hotfix: display genbank accession link in node popup box
Browse files Browse the repository at this point in the history
When dynamically generating the auspice config files, forgot to also incorporate
the changes from

9b9d1b2

Which allows the metadata value "genbank_accession" to be displayed as a link in the
node popup box.
  • Loading branch information
j23414 committed May 2, 2024
1 parent e79a8cd commit 9678d8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phylogenetic/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ rule prepare_auspice_config:
"country",
"region",
"author"
],
"metadata_columns": [
"genbank_accession"
]
}

Expand Down

0 comments on commit 9678d8d

Please sign in to comment.