From f34c82686f0c5111738cf1813fd4cf9315fea81a Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Mon, 26 Aug 2024 16:35:25 -0700 Subject: [PATCH] vidrl_upload: Update VACCINE_MAPPING Updating with 2023 vaccines from --- tdb/vidrl_upload.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tdb/vidrl_upload.py b/tdb/vidrl_upload.py index 6bee7c7..75266fc 100644 --- a/tdb/vidrl_upload.py +++ b/tdb/vidrl_upload.py @@ -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",