Skip to content

Commit

Permalink
Merge pull request #1161: Use weighted sampling for recent samples in…
Browse files Browse the repository at this point in the history
… global builds
  • Loading branch information
victorlin authored Dec 17, 2024
2 parents 9adce5f + 941613b commit 2f32f78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nextstrain_profiles/nextstrain-gisaid-21L/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ subsampling:
max_date: "--max-date 1M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 1M"

Expand All @@ -308,6 +309,7 @@ subsampling:
max_date: "--max-date 2M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 2M"

Expand All @@ -322,6 +324,7 @@ subsampling:
max_date: "--max-date 6M"
recent:
group_by: "country year month"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 6M"

Expand Down
3 changes: 3 additions & 0 deletions nextstrain_profiles/nextstrain-gisaid/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ subsampling:
max_date: "--max-date 1M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 1M"

Expand All @@ -300,6 +301,7 @@ subsampling:
max_date: "--max-date 2M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 2M"

Expand All @@ -314,6 +316,7 @@ subsampling:
max_date: "--max-date 6M"
recent:
group_by: "country year month"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 6M"

Expand Down
3 changes: 3 additions & 0 deletions nextstrain_profiles/nextstrain-open/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ subsampling:
max_date: "--max-date 1M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 1M"

Expand All @@ -300,6 +301,7 @@ subsampling:
max_date: "--max-date 2M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 2M"

Expand All @@ -314,6 +316,7 @@ subsampling:
max_date: "--max-date 6M"
recent:
group_by: "country year month"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 6M"

Expand Down

0 comments on commit 2f32f78

Please sign in to comment.