Skip to content

Commit

Permalink
switching to the josh-curated lineages file
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneuse committed Nov 9, 2022
1 parent 432f2e5 commit 3a3cd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lookupSublineages.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lookupSublineages = function (lineage, returnQueryString = FALSE) {
}

getSublineages = function(lineage) {
SUBLINEAGE_URL = "https://raw.githubusercontent.com/cov-lineages/lineages-website/master/_data/lineages.yml"
SUBLINEAGE_URL = "https://raw.githubusercontent.com/outbreak-info/outbreak.info/master/curated_reports_prep/lineages.yml"

tryCatch({
sublineages_resp = GET(SUBLINEAGE_URL)
Expand Down

0 comments on commit 3a3cd24

Please # to comment.