-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vidrl_upload: Support ingest of human pooled sera references
Using a hard-coded VACCINE_MAPPING to keep track of Southern Hemisphere vaccine strains, which is used to map human pooled sera references to specific serum strains. This commit only includes 2024 vaccines from <https://www.who.int/publications/m/item/recommended-composition-of-influenza-virus-vaccines-for-use-in-the-2024-southern-hemisphere-influenza-season> Will update the vaccine mapping as I backfill more data. I had originally tried to use a4c4336 + 5e72c59 to parse the "clade" row for the extra egg/cell info, but that pattern matching fails because of excess clade rows in the Excel sheet.¹ Instead, I've opted to just force include an extra row of info for the human serum data in `find_serum_rows`. ¹ <#160 (comment)>
- Loading branch information
1 parent
211e325
commit 5b053e8
Showing
2 changed files
with
116 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters