Skip to content

Commit

Permalink
🚧 group by division for uniform sampling on that level
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed May 20, 2024
1 parent a44b42d commit 835481d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nextstrain_profiles/nextstrain-gisaid/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ subsampling:
nextstrain_region_asia_grouped_by_division_1m:
# Early focal samples for Asia
asia_early:
group_by: "country year month"
group_by: "country division year month"
group_by_weights: "data/country_population_weights.tsv"
max_sequences: 700
max_date: "--max-date 1M"
Expand All @@ -198,7 +198,7 @@ subsampling:
exclude: "--exclude-where 'region=Asia'"
# Recent focal samples for Asia
asia_recent:
group_by: "country year month"
group_by: "country division year month"
group_by_weights: "data/country_population_weights.tsv"
max_sequences: 2800
min_date: "--min-date 1M"
Expand All @@ -219,7 +219,7 @@ subsampling:
nextstrain_region_asia_grouped_by_division_2m:
# Early focal samples for Asia
asia_early:
group_by: "country year month"
group_by: "country division year month"
group_by_weights: "data/country_population_weights.tsv"
max_sequences: 700
max_date: "--max-date 2M"
Expand All @@ -232,7 +232,7 @@ subsampling:
exclude: "--exclude-where 'region=Asia'"
# Recent focal samples for Asia
asia_recent:
group_by: "country year month"
group_by: "country division year month"
group_by_weights: "data/country_population_weights.tsv"
max_sequences: 2800
min_date: "--min-date 2M"
Expand All @@ -253,7 +253,7 @@ subsampling:
nextstrain_region_asia_grouped_by_division_6m:
# Early focal samples for Asia
asia_early:
group_by: "country year month"
group_by: "country division year month"
group_by_weights: "data/country_population_weights.tsv"
max_sequences: 700
max_date: "--max-date 6M"
Expand All @@ -266,7 +266,7 @@ subsampling:
exclude: "--exclude-where 'region=Asia'"
# Recent focal samples for Asia
asia_recent:
group_by: "country year month"
group_by: "country division year month"
group_by_weights: "data/country_population_weights.tsv"
max_sequences: 2800
min_date: "--min-date 6M"
Expand All @@ -285,7 +285,7 @@ subsampling:
nextstrain_region_asia_grouped_by_division_all_time:
# Focal samples for Asia
asia:
group_by: "country year month"
group_by: "country division year month"
group_by_weights: "data/country_population_weights.tsv"
max_sequences: 3500
exclude: "--exclude-where 'region!=Asia'"
Expand Down

0 comments on commit 835481d

Please sign in to comment.