Skip to content

Commit

Permalink
Add yellow-fever to manifest
Browse files Browse the repository at this point in the history
Also bumps resource index revision number in testing and production
configs, and updates an old comment that was not accurate now that
yellow-fever is in the manifest.
  • Loading branch information
genehack committed Dec 6, 2024
1 parent 632ab48 commit 86a6850
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 @@ -746,6 +746,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 86a6850

Please sign in to comment.