Skip to content

Commit

Permalink
phylogenetic: Update Auspice configs to include genbank_accession
Browse files Browse the repository at this point in the history
Include the `genbank_accession` as a separate field in the exported
metadata so that it can be searched in the Auspice filter input
and so Auspice automatically generates a URL for the GenBank accession.
  • Loading branch information
joverlee521 committed Apr 15, 2024
1 parent c6a0f3a commit 9b9d1b2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phylogenetic/config/auspice_config_all.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"maintainers": [
{"name": "Trevor Bedford", "url": "http://bedford.io/team/trevor-bedford/"}
],
"build_url": "https://github.com/nextstrain/dengue",
"build_url": "https://github.com/nextstrain/dengue",
"colorings": [
{
"key": "gt",
Expand Down Expand Up @@ -44,5 +44,8 @@
"country",
"region",
"author"
],
"metadata_columns": [
"genbank_accession"
]
}
3 changes: 3 additions & 0 deletions phylogenetic/config/auspice_config_denv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"country",
"region",
"author"
],
"metadata_columns": [
"genbank_accession"
]
}
3 changes: 3 additions & 0 deletions phylogenetic/config/auspice_config_denv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"country",
"region",
"author"
],
"metadata_columns": [
"genbank_accession"
]
}
3 changes: 3 additions & 0 deletions phylogenetic/config/auspice_config_denv3.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"country",
"region",
"author"
],
"metadata_columns": [
"genbank_accession"
]
}
3 changes: 3 additions & 0 deletions phylogenetic/config/auspice_config_denv4.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"country",
"region",
"author"
],
"metadata_columns": [
"genbank_accession"
]
}

0 comments on commit 9b9d1b2

Please sign in to comment.