Skip to content

Commit 20f5fc3

Browse files
Revert "Use weighted sampling for recent samples in global builds" (#1168) due to unexpected 3x reduction in recent sample size
1 parent 47cb034 commit 20f5fc3

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

nextstrain_profiles/nextstrain-gisaid-21L/builds.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ subsampling:
294294
max_date: "--max-date 1M"
295295
recent:
296296
group_by: "country week"
297-
group_by_weights: "defaults/population_weights.tsv"
298297
max_sequences: 4100
299298
min_date: "--min-date 1M"
300299

@@ -309,7 +308,6 @@ subsampling:
309308
max_date: "--max-date 2M"
310309
recent:
311310
group_by: "country week"
312-
group_by_weights: "defaults/population_weights.tsv"
313311
max_sequences: 4100
314312
min_date: "--min-date 2M"
315313

@@ -324,7 +322,6 @@ subsampling:
324322
max_date: "--max-date 6M"
325323
recent:
326324
group_by: "country year month"
327-
group_by_weights: "defaults/population_weights.tsv"
328325
max_sequences: 4100
329326
min_date: "--min-date 6M"
330327

nextstrain_profiles/nextstrain-gisaid/builds.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ subsampling:
286286
max_date: "--max-date 1M"
287287
recent:
288288
group_by: "country week"
289-
group_by_weights: "defaults/population_weights.tsv"
290289
max_sequences: 4100
291290
min_date: "--min-date 1M"
292291

@@ -301,7 +300,6 @@ subsampling:
301300
max_date: "--max-date 2M"
302301
recent:
303302
group_by: "country week"
304-
group_by_weights: "defaults/population_weights.tsv"
305303
max_sequences: 4100
306304
min_date: "--min-date 2M"
307305

@@ -316,7 +314,6 @@ subsampling:
316314
max_date: "--max-date 6M"
317315
recent:
318316
group_by: "country year month"
319-
group_by_weights: "defaults/population_weights.tsv"
320317
max_sequences: 4100
321318
min_date: "--min-date 6M"
322319

nextstrain_profiles/nextstrain-open/builds.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ subsampling:
286286
max_date: "--max-date 1M"
287287
recent:
288288
group_by: "country week"
289-
group_by_weights: "defaults/population_weights.tsv"
290289
max_sequences: 4100
291290
min_date: "--min-date 1M"
292291

@@ -301,7 +300,6 @@ subsampling:
301300
max_date: "--max-date 2M"
302301
recent:
303302
group_by: "country week"
304-
group_by_weights: "defaults/population_weights.tsv"
305303
max_sequences: 4100
306304
min_date: "--min-date 2M"
307305

@@ -316,7 +314,6 @@ subsampling:
316314
max_date: "--max-date 6M"
317315
recent:
318316
group_by: "country year month"
319-
group_by_weights: "defaults/population_weights.tsv"
320317
max_sequences: 4100
321318
min_date: "--min-date 6M"
322319

0 commit comments

Comments
 (0)