Skip to content

Commit

Permalink
Add Auspice JSON colorings for HA/NA accessions
Browse files Browse the repository at this point in the history
Adds coloring entries for the HA and NA accessions associated with each
sequence in a build, so this information appears in the public trees and
allows users to determine the sequences that correspond with each strain
name.

Closes #137
  • Loading branch information
huddlej committed Dec 28, 2023
1 parent 48473dd commit ce7af43
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 ce7af43

Please sign in to comment.