Skip to content

Commit

Permalink
Use subclade for private build branch labels
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Oct 30, 2023
1 parent aaf0a6f commit 72f6b0e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
3 changes: 2 additions & 1 deletion profiles/nextflu-private/h1n1pdm/ha/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@
],
"display_defaults": {
"map_triplicate": true,
"color_by": "subclade"
"color_by": "subclade",
"branch_label": "Subclade"
},
"filters": [
"clade_membership",
Expand Down
5 changes: 3 additions & 2 deletions profiles/nextflu-private/h1n1pdm/na/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
],
"display_defaults": {
"map_triplicate": true,
"color_by": "subclade"
"color_by": "subclade",
"branch_label": "Subclade"
},
"filters": [
"clade_membership",
Expand All @@ -190,4 +191,4 @@
"entropy",
"frequencies"
]
}
}
3 changes: 2 additions & 1 deletion profiles/nextflu-private/h3n2/ha/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
],
"display_defaults": {
"map_triplicate": true,
"color_by": "subclade"
"color_by": "subclade",
"branch_label": "Subclade"
},
"filters": [
"clade_membership",
Expand Down
5 changes: 3 additions & 2 deletions profiles/nextflu-private/h3n2/na/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@
],
"display_defaults": {
"map_triplicate": true,
"color_by": "subclade"
"color_by": "subclade",
"branch_label": "Subclade"
},
"filters": [
"clade_membership",
Expand All @@ -228,4 +229,4 @@
"entropy",
"frequencies"
]
}
}
3 changes: 2 additions & 1 deletion profiles/nextflu-private/vic/ha/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@
],
"display_defaults": {
"map_triplicate": true,
"color_by": "subclade"
"color_by": "subclade",
"branch_label": "Subclade"
},
"filters": [
"clade_membership",
Expand Down
5 changes: 3 additions & 2 deletions profiles/nextflu-private/vic/na/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
],
"display_defaults": {
"map_triplicate": true,
"color_by": "subclade"
"color_by": "subclade",
"branch_label": "Subclade"
},
"filters": [
"clade_membership",
Expand All @@ -168,4 +169,4 @@
"entropy",
"frequencies"
]
}
}

0 comments on commit 72f6b0e

Please sign in to comment.