Skip to content

Commit

Permalink
Merge pull request #138 from nextstrain/export-accession
Browse files Browse the repository at this point in the history
Add Auspice JSON colorings for HA/NA accessions
  • Loading branch information
huddlej authored Dec 28, 2023
2 parents 48473dd + ce7af43 commit b91fbe2
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/h1n1pdm/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
"title": "Division",
"type": "categorical"
},
{
"key": "accession_ha",
"title": "Accession (HA)",
"type": "categorical"
},
{
"key": "accession_na",
"title": "Accession (NA)",
"type": "categorical"
},
{
"key": "submitting_lab",
"title": "Submitting lab",
Expand Down
10 changes: 10 additions & 0 deletions config/h3n2/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@
"title": "Division",
"type": "categorical"
},
{
"key": "accession_ha",
"title": "Accession (HA)",
"type": "categorical"
},
{
"key": "accession_na",
"title": "Accession (NA)",
"type": "categorical"
},
{
"key": "submitting_lab",
"title": "Submitting lab",
Expand Down
10 changes: 10 additions & 0 deletions config/vic/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@
"title": "Division",
"type": "categorical"
},
{
"key": "accession_ha",
"title": "Accession (HA)",
"type": "categorical"
},
{
"key": "accession_na",
"title": "Accession (NA)",
"type": "categorical"
},
{
"key": "submitting_lab",
"title": "Submitting lab",
Expand Down
10 changes: 10 additions & 0 deletions config/yam/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@
"title": "Division",
"type": "categorical"
},
{
"key": "accession_ha",
"title": "Accession (HA)",
"type": "categorical"
},
{
"key": "accession_na",
"title": "Accession (NA)",
"type": "categorical"
},
{
"key": "submitting_lab",
"title": "Submitting lab",
Expand Down

0 comments on commit b91fbe2

Please sign in to comment.