We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b1595 commit a1f1ac1Copy full SHA for a1f1ac1
config/config.yaml
@@ -44,6 +44,11 @@ prepare_data:
44
excluded_locations: "defaults/global_excluded_locations.txt"
45
clade_min_seq: 500
46
clade_min_seq_days: 150
47
+ usa:
48
+ included_days: 150
49
+ location_min_seq: 100
50
+ location_min_seq_days: 100
51
+ force_include_clades: "hub/included_clades.tsv"
52
pango_lineages:
53
global:
54
included_days: 150
config/variant_hub.yaml
@@ -8,7 +8,7 @@ hub_team_name: blab
8
# Define model parameters indexed by model abbreviations to use for hub
9
# submission.
10
hub_models:
11
- gisaid_hier_mlr:
12
- data_provenance: gisaid
+ open_hier_mlr:
+ data_provenance: open
13
variant_classification: nextstrain_clades
14
geo_resolution: usa
0 commit comments