Skip to content

Commit

Permalink
Revert to subclade as default branch label
Browse files Browse the repository at this point in the history
Use subclade as default branch label in private builds, since Augur's
validation of the Auspice config JSON doesn't allow default branch
labels to have spaces, underscores, or hyphens [1].

[1] nextstrain/augur#1661
  • Loading branch information
huddlej committed Nov 7, 2024
1 parent c7b3d42 commit 77388e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion profiles/nextflu-private/h1n1pdm/ha/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
"display_defaults": {
"map_triplicate": true,
"color_by": "proposed_subclade",
"branch_label": "Proposed subclade"
"branch_label": "subclade"
},
"filters": [
"clade_membership",
Expand Down
2 changes: 1 addition & 1 deletion profiles/nextflu-private/h1n1pdm/na/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"display_defaults": {
"map_triplicate": true,
"color_by": "proposed_subclade",
"branch_label": "Proposed subclade"
"branch_label": "subclade"
},
"filters": [
"clade_membership",
Expand Down
2 changes: 1 addition & 1 deletion profiles/nextflu-private/h3n2/ha/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
"display_defaults": {
"map_triplicate": true,
"color_by": "proposed_subclade",
"branch_label": "Proposed subclade"
"branch_label": "subclade"
},
"filters": [
"clade_membership",
Expand Down
2 changes: 1 addition & 1 deletion profiles/nextflu-private/h3n2/na/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"display_defaults": {
"map_triplicate": true,
"color_by": "proposed_subclade",
"branch_label": "Proposed subclade"
"branch_label": "subclade"
},
"filters": [
"clade_membership",
Expand Down
2 changes: 1 addition & 1 deletion profiles/nextflu-private/vic/ha/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"display_defaults": {
"map_triplicate": true,
"color_by": "proposed_subclade",
"branch_label": "Proposed subclade"
"branch_label": "subclade"
},
"filters": [
"clade_membership",
Expand Down
2 changes: 1 addition & 1 deletion profiles/nextflu-private/vic/na/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"display_defaults": {
"map_triplicate": true,
"color_by": "proposed_subclade",
"branch_label": "Proposed subclade"
"branch_label": "subclade"
},
"filters": [
"clade_membership",
Expand Down

0 comments on commit 77388e1

Please sign in to comment.