Skip to content

Commit

Permalink
Merge pull request #22 from nextstrain/french-guiana-latlong
Browse files Browse the repository at this point in the history
Plot French Guiana samples by geography
  • Loading branch information
kimandrews authored Jan 13, 2025
2 parents 219e638 + 01c52d1 commit 7c12cef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingest/defaults/geolocation_rules.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
# If creating a general rule, then the raw field value can be substituted with '*'
# Lines starting with '#' will be ignored as comments.
# Trailing '#' will be ignored as comments.
Europe/France/French Guiana/* South America/French Guiana (France)/French Guiana (France)/*
Europe/France/France Guiana/* South America/French Guiana (France)/French Guiana (France)/*
South America/French Guiana/*/* South America/French Guiana (France)/*/*
1 change: 1 addition & 0 deletions phylogenetic/defaults/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ files:
exclude: "defaults/dropped_strains.txt"
reference: "defaults/rabies_reference.gb"
colors: "defaults/colors.tsv"
lat_longs: "defaults/lat_longs.tsv"
auspice_config: "defaults/auspice_config.json"
description: "defaults/description.md"
clades: "defaults/clades.tsv"
Expand Down
1 change: 1 addition & 0 deletions phylogenetic/defaults/lat_longs.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
country French Guiana (France) 4.0039882 -52.999998
2 changes: 2 additions & 0 deletions phylogenetic/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rule export:
clades = "results/clades.json",
year = "results/year.json",
colors = config["files"]["colors"],
lat_longs = config["files"]["lat_longs"],
auspice_config = config["files"]["auspice_config"],
description = config["files"]["description"]
output:
Expand All @@ -34,6 +35,7 @@ rule export:
--metadata-id-columns {params.strain_id} \
--node-data {input.branch_lengths} {input.nt_muts} {input.aa_muts} {input.year} {input.clades} \
--colors {input.colors} \
--lat-longs {input.lat_longs} \
--auspice-config {input.auspice_config} \
--include-root-sequence-inline \
--output {output.auspice_json} \
Expand Down

0 comments on commit 7c12cef

Please sign in to comment.