Skip to content

Commit

Permalink
WIP - INRB specific auspice config
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed May 28, 2024
1 parent e2b0886 commit 804ad28
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions phylogenetic/defaults/clade-i/auspice_config_inrb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"title": "Genomic epidemiology of mpox clade I viruses: INRB build",
"maintainers": [
{"name": "INRB"},
{"name": "Nextstrain team", "url": "http://nextstrain.org"}
],
"data_provenance": [
{
"name": "GenBank",
"url": "https://www.ncbi.nlm.nih.gov/genbank/"
}
],
"build_url": "https://github.com/nextstrain/mpox",
"colorings": [
{
"key": "region",
"title": "Region",
"type": "categorical"
},
{
"key": "country",
"title": "Country",
"type": "categorical"
},
{
"key": "division",
"title": "Province",
"type": "categorical"
},
{
"key": "location",
"title": "Health Zone",
"type": "categorical"
},
{
"key": "source_private",
"title": "INRB (private data)",
"type": "boolean"
},
{
"key": "host",
"title": "Host",
"type": "categorical"
},
{
"key": "GA_CT_fraction",
"title": "G→A or C→T fraction",
"type": "continuous"
},
{
"key": "dinuc_context_fraction",
"title": "NGA/TCN context of G→A/C→T mutations",
"type": "continuous"
},
{
"key": "recency",
"title": "Submission Recency",
"type": "categorical"
},
{
"key": "date_submitted",
"title": "Release Date",
"type": "categorical"
},
{
"key": "date",
"title": "Collection date",
"type": "categorical"
}
],
"geo_resolutions": [
"country"
],
"display_defaults": {
"color_by": "country",
"map_triplicate": true,
"distance_measure": "num_date",
"transmission_lines": false
},
"filters": [
"country",
"region",
"recency",
"host"
]
}

0 comments on commit 804ad28

Please sign in to comment.