Skip to content

Commit

Permalink
add auspice config
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Apr 24, 2020
1 parent f2dcf65 commit b039621
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions nextstrain/auspice_config.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"title": "Plague Phylogeography",
"maintainers": [
{"name": "Katherine Eaton", "url": "https://github.com/ktmeaton"}
],
"build_url": "https://github.com/ktmeaton/plague-phylogeography",
"colorings": [
{
"key": "gt",
"title": "Genotype",
"type": "categorical"
},
{
"key": "num_date",
"title": "Sampling date",
"type": "continuous"
},
{
"key": "region",
"title": "Continent",
"type": "categorical"
},
{
"key": "country",
"title": "Country",
"type": "categorical"
},
{
"key": "host",
"title": "Host",
"type": "categorical"
}
],
"filters": [
"region",
"country",
"host"
],
"geo_resolutions": [
"country"
],
"display_defaults": {
"color_by": "country",
"distance_measure": "div",
"geo_resolution": "country",
"map_triplicate": true,
"branch_label": "none"
},
"panels": [
"tree",
"map",
"entropy"
]
}
{
"title": "Plague Phylogeography",
"maintainers": [
{"name": "Katherine Eaton", "url": "https://github.com/ktmeaton"}
],
"build_url": "https://github.com/ktmeaton/plague-phylogeography",
"colorings": [
{
"key": "gt",
"title": "Genotype",
"type": "categorical"
},
{
"key": "num_date",
"title": "Sampling date",
"type": "continuous"
},
{
"key": "region",
"title": "Continent",
"type": "categorical"
},
{
"key": "country",
"title": "Country",
"type": "categorical"
},
{
"key": "host",
"title": "Host",
"type": "categorical"
}
],
"filters": [
"region",
"country",
"host"
],
"geo_resolutions": [
"country"
],
"display_defaults": {
"color_by": "country",
"distance_measure": "div",
"geo_resolution": "country",
"map_triplicate": true,
"branch_label": "none"
},
"panels": [
"tree",
"map",
"entropy"
]
}

0 comments on commit b039621

Please sign in to comment.