Skip to content

Commit

Permalink
Merge pull request #1096 from nextstrain/add-hmpv
Browse files Browse the repository at this point in the history
manifest: add hmpv
  • Loading branch information
genehack authored Dec 19, 2024
2 parents b1bf234 + d7e9f6b commit e223e33
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/manifest_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
1 change: 1 addition & 0 deletions src/routing/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const coreBuildPaths = [
"/dengue",
"/ebola",
"/enterovirus",
"/hmpv",
"/lassa",
"/measles",
"/mers",
Expand Down
5 changes: 5 additions & 0 deletions static-site/content/featured-analyses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions static-site/content/resource-listing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ coreTiles:
img: yellow_fever_tree.png
filters:
- yellow-fever
- name: HMPV
img: hmpv_tree.png
filters:
- hmpv
Binary file added static-site/static/pathogen_images/hmpv_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e223e33

Please sign in to comment.