Skip to content

Commit

Permalink
vidrl_upload: Update VACCINE_MAPPING
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Aug 27, 2024
1 parent 3ccf664 commit e32d1f9
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 e32d1f9

Please sign in to comment.