Skip to content

Commit

Permalink
more labels for colorings
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 19, 2020
1 parent 0e7c4a6 commit a52670f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions morelli2010/nextstrain/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@
],
"build_url": "https://github.com/ktmeaton/plague-phylogeography",
"colorings": [
{
"key": "BioSampleAccession",
"title": "BioSample Accession",
"type": "categorical"
},
{
"key": "BioSampleStrain",
"title": "Strain",
"type": "categorical"
},
{
"key": "num_date",
"title": "Sampling date",
"title": "Collection Date",
"type": "continuous"
},
{
Expand All @@ -21,14 +31,15 @@
"type": "categorical"
},
{
"key": "AssemblyTotalLength",
"title": "Genome Length",
"key": "BioSampleHost",
"title": "Host",
"type": "categorical"
}
],
"filters": [
"BioSampleGeographicLocation",
"BioSampleBiovar"
"BioSampleBiovar",
"BioSampleHost"
],
"geo_resolutions": [
"BioSampleGeographicLocation"
Expand Down

0 comments on commit a52670f

Please sign in to comment.