Skip to content

Commit

Permalink
Merge pull request #1083 from nextstrain/add-yellow-fever-to-manifest
Browse files Browse the repository at this point in the history
Add yellow-fever to manifest
  • Loading branch information
genehack authored Dec 16, 2024
2 parents 095cb33 + 86a6850 commit a0cde63
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions data/manifest_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,13 @@
"default": "NA"
}
},
"yellow-fever": {
"resolution":{
"genome": "",
"prM-E": "",
"default": "genome"
}
},
"zika": "",
"default": "zika"
}
Expand Down
2 changes: 1 addition & 1 deletion env/production/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@
"OIDC_GROUPS_CLAIM": "cognito:groups",
"SESSION_COOKIE_DOMAIN": "nextstrain.org",
"GROUPS_DATA_FILE": "groups.json",
"RESOURCE_INDEX": "s3://nextstrain-inventories/resources/v3.json.gz"
"RESOURCE_INDEX": "s3://nextstrain-inventories/resources/v4.json.gz"
}
2 changes: 1 addition & 1 deletion env/testing/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@
"OIDC_USERNAME_CLAIM": "cognito:username",
"OIDC_GROUPS_CLAIM": "cognito:groups",
"GROUPS_DATA_FILE": "groups.json",
"RESOURCE_INDEX": "s3://nextstrain-inventories/resources/v3.json.gz"
"RESOURCE_INDEX": "s3://nextstrain-inventories/resources/v4.json.gz"
}
4 changes: 2 additions & 2 deletions src/routing/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const coreBuildPaths = [
* The data here is a superset of the pathogen keys in `manifest_guest.json`
* and we could (should) reduce the duplication.
*
* As of 2024-03 this list includes 3 paths not in the manifest: 'monkeypox',
* 'yellow-fever' and 'mers'
* As of 2024-12 this list includes 2 paths not in the manifest: 'monkeypox',
* and 'mers'
*/
"/avian-flu",
"/dengue",
Expand Down

0 comments on commit a0cde63

Please sign in to comment.