diff --git a/data/manifest_core.json b/data/manifest_core.json index 0627f2df5..d36008a7e 100644 --- a/data/manifest_core.json +++ b/data/manifest_core.json @@ -726,6 +726,27 @@ "default": "a" } }, + "hmpv": { + "type": { + "a": { + "region":{ + "genome": "", + "G": "", + "F": "", + "default":"genome" + } + }, + "b": { + "region":{ + "genome": "", + "G": "", + "F": "", + "default":"genome" + } + }, + "default": "a" + } + }, "seasonal-cov": { "resolution": { "229e": "", diff --git a/src/routing/core.js b/src/routing/core.js index 6811bb19b..3505d81f7 100644 --- a/src/routing/core.js +++ b/src/routing/core.js @@ -34,6 +34,7 @@ const coreBuildPaths = [ "/dengue", "/ebola", "/enterovirus", + "/hmpv", "/lassa", "/measles", "/mers", diff --git a/static-site/content/featured-analyses.yaml b/static-site/content/featured-analyses.yaml index e3a9e2b17..1e2f82af7 100644 --- a/static-site/content/featured-analyses.yaml +++ b/static-site/content/featured-analyses.yaml @@ -83,3 +83,8 @@ description: Yellow fever virus evolution and spread img: yellow_fever_tree.png url: /yellow-fever + +- name: HMPV + description: Human metapneumovirus evolution and spread + img: hmpv_tree.png + url: /hmpv diff --git a/static-site/content/resource-listing.yaml b/static-site/content/resource-listing.yaml index aad8aefce..3aaece5b6 100644 --- a/static-site/content/resource-listing.yaml +++ b/static-site/content/resource-listing.yaml @@ -133,3 +133,7 @@ coreTiles: img: yellow_fever_tree.png filters: - yellow-fever + - name: HMPV + img: hmpv_tree.png + filters: + - hmpv diff --git a/static-site/static/pathogen_images/hmpv_tree.png b/static-site/static/pathogen_images/hmpv_tree.png new file mode 100644 index 000000000..f62a50acf Binary files /dev/null and b/static-site/static/pathogen_images/hmpv_tree.png differ