Skip to content

Commit be4ff74

Browse files
authored
Merge pull request #312 from nextstrain/author-coloring
phylogenetic: Add author coloring & filter for all builds
2 parents fd4581f + 16b8ff3 commit be4ff74

4 files changed

Lines changed: 25 additions & 6 deletions

File tree

phylogenetic/defaults/clade-i/auspice_config.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"type": "categorical"
9393
},
9494
{
95-
"key": "abbr_authors",
96-
"title": "Abbreviated Authors",
95+
"key": "author",
96+
"title": "Authors",
9797
"type": "categorical"
9898
},
9999
{
@@ -118,6 +118,7 @@
118118
"country",
119119
"region",
120120
"recency",
121-
"host"
121+
"host",
122+
"author"
122123
]
123124
}

phylogenetic/defaults/hmpxv1/auspice_config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"key": "date",
5656
"title": "Collection date",
5757
"type": "categorical"
58+
},
59+
{
60+
"key": "author",
61+
"title": "Authors",
62+
"type": "categorical"
5863
}
5964
],
6065
"geo_resolutions": [
@@ -72,6 +77,7 @@
7277
"country",
7378
"region",
7479
"recency",
75-
"host"
80+
"host",
81+
"author"
7682
]
7783
}

phylogenetic/defaults/hmpxv1_big/auspice_config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
"key": "date",
6161
"title": "Collection date",
6262
"type": "categorical"
63+
},
64+
{
65+
"key": "author",
66+
"title": "Authors",
67+
"type": "categorical"
6368
}
6469
],
6570
"geo_resolutions": [
@@ -77,6 +82,7 @@
7782
"country",
7883
"region",
7984
"recency",
80-
"host"
85+
"host",
86+
"author"
8187
]
8288
}

phylogenetic/defaults/mpxv/auspice_config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
"key": "date",
6666
"title": "Collection date",
6767
"type": "categorical"
68+
},
69+
{
70+
"key": "author",
71+
"title": "Authors",
72+
"type": "categorical"
6873
}
6974
],
7075
"geo_resolutions": [
@@ -82,6 +87,7 @@
8287
"country",
8388
"region",
8489
"recency",
85-
"host"
90+
"host",
91+
"author"
8692
]
8793
}

0 commit comments

Comments
 (0)