Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use weighted sampling for recent samples in global builds #1161

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading