diff --git a/nextclade/defaults/auspice_config.json b/nextclade/defaults/auspice_config.json index aa89017..07109d8 100644 --- a/nextclade/defaults/auspice_config.json +++ b/nextclade/defaults/auspice_config.json @@ -17,8 +17,8 @@ "type": "continuous" }, { - "key": "country", - "title": "Country", + "key": "clade_membership", + "title": "MeV Genotype (Nextstrain)", "type": "categorical" }, { @@ -26,20 +26,20 @@ "title": "Region", "type": "categorical" }, + { + "key": "country", + "title": "Country", + "type": "categorical" + }, { "key": "genotype_ncbi", - "title": "Genotype (NCBI)", + "title": "MeV Genotype (GenBank metadata)", "type": "categorical" }, { "key": "is_reference", - "title": "WHO reference", + "title": "WHO Reference", "type": "categorical" - }, - { - "key": "clade_membership", - "title": "Genotype (augur clades)", - "type": "categorical" } ], "geo_resolutions": [ @@ -47,11 +47,13 @@ "region" ], "display_defaults": { - "map_triplicate": true + "map_triplicate": true, + "color_by": "clade_membership" }, "filters": [ - "country", + "clade_membership", "region", + "country", "author" ], "metadata_columns": [