Skip to content

Commit

Permalink
vidrl_upload: Update VACCINE_MAPPING
Browse files Browse the repository at this point in the history
Updating with 2023 vaccines from
<https://www.who.int/publications/m/item/recommended-composition-of-influenza-virus-vaccines-for-use-in-the-2023-southern-hemisphere-influenza-season>

I ended up needing to add 2023 vaccine mapping because some of the 2024
files included human sera references from 2023.
  • Loading branch information
joverlee521 committed Aug 27, 2024
1 parent b2403ef commit b7bade4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tdb/vidrl_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
# This is based on the vaccine composition for the Southern Hemisphere
# because all human pooled sera should be from Australia
VACCINE_MAPPING = {
"2023": {
"egg": {
"h1n1pdm": "A/Sydney/5/2021",
"h3n2": "A/Darwin/9/2021",
"vic": "B/Austria/1359417/2021",
"yam": "B/Phuket/3073/2013"
},
"cell": {
"h1n1pdm": "A/Sydney/5/2021",
"h3n2": "A/Darwin/6/2021",
"vic": "B/Austria/1359417/2021",
"yam": "B/Phuket/3073/2013"
}
},
"2024": {
"egg": {
"h1n1pdm": "A/Victoria/4897/2022",
Expand Down

0 comments on commit b7bade4

Please sign in to comment.