diff --git a/scripts/get-data.sh b/scripts/get-data.sh index d72411d2b..73dbb84fc 100755 --- a/scripts/get-data.sh +++ b/scripts/get-data.sh @@ -56,10 +56,16 @@ data_files=( "tb_global_meta.json" "tb_global_tree.json" \ "enterovirus_d68_genome_meta.json" "enterovirus_d68_genome_tree.json" \ "enterovirus_d68_vp1_meta.json" "enterovirus_d68_vp1_tree.json" \ - "ncov.json" \ + # The ncov datasets. It's not worth downloading them all, just grab the latest + "ncov_global.json" "ncov_africa.json" "ncov_oceania.json" "ncov_asia.json" \ + "ncov_europe.json" "ncov_north-america.json" "ncov_south-america.json" \ + "ncov_non-subsampled.json" \ # Adding the ncov datasets which are required by the narratives so they can be viewed locally - "ncov_2020-01-23.json" "ncov_2020-01-25.json" "ncov_2020-01-30.json" \ - "ncov_2020-03-05.json" "ncov_2020-03-13.json" \ + # (Note that these all include the date of upload in the filename) + "ncov_2020-01-23.json" "ncov_2020-01-25.json" "ncov_2020-01-26.json" "ncov_2020-01-30.json" \ + "ncov_2020-03-04.json" "ncov_2020-03-05.json" "ncov_2020-03-11.json" "ncov_2020-03-13.json" \ + "ncov_2020-03-20.json" "ncov_2020-03-27.json" "ncov_2020-04-03.json" \ + "ncov_global_2020-04-09.json" "ncov_north-america_2020-04-17.json" \ ) rm -rf data/ diff --git a/test/smoke-test/urls.txt b/test/smoke-test/urls.txt index da1c739db..f3014b779 100644 --- a/test/smoke-test/urls.txt +++ b/test/smoke-test/urls.txt @@ -1,7 +1,7 @@ # First token represents the path to access, remaining tokens are a # comma separated list of text assertions (text we expect to find in the # rendered page): -/ncov, novel coronavirus, Phylogeny, Diversity, Filter by Location +/ncov/global, novel coronavirus, Phylogeny, Diversity, Filter by Location /zika, Zika virus evolution, rectangular /zika?c=region&l=clock&legend=open&m=div&r=region, Zika virus evolution, rectangular