Skip to content

Commit

Permalink
Merge pull request #278 from nextstrain/james/clade-i-tweaks
Browse files Browse the repository at this point in the history
Clade-I tweaks
  • Loading branch information
jameshadfield authored Nov 4, 2024
2 parents cddd5f2 + fade79a commit 85364bc
Show file tree
Hide file tree
Showing 7 changed files with 672 additions and 4 deletions.
17 changes: 15 additions & 2 deletions phylogenetic/defaults/clade-i/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
"title": "Country",
"type": "categorical"
},
{
"key": "division",
"title": "Province",
"type": "categorical"
},
{
"key": "location",
"title": "Health Zone",
"type": "categorical"
},
{
"key": "host",
"title": "Host",
Expand Down Expand Up @@ -53,13 +63,16 @@
}
],
"geo_resolutions": [
"country"
"region",
"country",
"division",
"location"
],
"display_defaults": {
"color_by": "country",
"map_triplicate": true,
"distance_measure": "num_date",
"transmission_lines": false
"transmission_lines": true
},
"filters": [
"country",
Expand Down
6 changes: 5 additions & 1 deletion phylogenetic/defaults/clade-i/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ clock_rate: 1.465e-06
clock_std_dev: 6.7e-07
divergence_units: "mutations"


traits:
columns: "country"
columns: region country
sampling_bias_correction: 3

## recency
Expand All @@ -56,3 +57,6 @@ mask:
from_beginning: 800
from_end: 6422
maskfile: "defaults/mask.bed"

colors:
ignore_categories: "division location"
Loading

0 comments on commit 85364bc

Please sign in to comment.