Skip to content

Commit

Permalink
Remove coloring by GISAID clade
Browse files Browse the repository at this point in the history
GISAID clade has remained constant at "GRA" since initial Omicron wave at the beginning of 2022.
  • Loading branch information
trvrb committed Mar 9, 2024
1 parent 477bbff commit 368b409
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions workflow/snakemake_rules/export_for_nextstrain.smk
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,13 @@ rule auspice_config:
default_map_triplicate = True if build_region in ["reference", "global"] else False
if input_set == {"gisaid"}:
data_provenance = [{"name": "GISAID"}]
gisaid_clade_coloring = {"key": "GISAID_clade", "title": "GISAID Clade", "type": "categorical"}
gisaid_epi_isl_coloring = {"key": "gisaid_epi_isl", "type": "categorical"}
location_coloring = {"key": "location", "title": "Location", "type": "categorical"}
location_filter = "location"
originating_lab_filter = "originating_lab"
submitting_lab_filter = "submitting_lab"
elif input_set == {"open"}:
data_provenance = [{"name": "GenBank", "url": "https://www.ncbi.nlm.nih.gov/genbank/"}]
gisaid_clade_coloring = None
gisaid_epi_isl_coloring = None
location_coloring = None
location_filter = None
Expand Down Expand Up @@ -196,7 +194,6 @@ rule auspice_config:
"title": "Nextclade Pango Lineage",
"type": "categorical"
},
gisaid_clade_coloring,
{
"key": "S1_mutations",
"title": "S1 Mutations",
Expand Down

0 comments on commit 368b409

Please sign in to comment.