You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary of the plan for parsing human sera pool measurements from VIDRL spreadsheets:
Parse past VIDRL spreadsheets to find all distinct serum id values for human sera pools, so we know what values need to be mapped to vaccine strain names
Create a TSV file per subtype in fauna that maps human sera pool ids from VIDRL to vaccine strains (e.g., “SH 2024 EGG” to “A/Thailand/8/2022-egg” for H3N2) using seasonal-flu vaccine.json files (e.g., H3N2) as a source of truth
Add logic to tdb/vidrl_upload.py to convert serum_id (e.g., “SH 2024”) and serum_passage (e.g., “EGG”) values from the parsed titer blocks to a key that appears in the TSV file mapping above and use that key to set the serum strain to the vaccine strain name
Run the upload script on past spreadsheets (as dryrun?) and confirm that human sera pool measurements get extract for H1, H3, and Vic
Upload just the new human sera pool measurements to fauna
The text was updated successfully, but these errors were encountered:
I'll focus on getting the 2024 human sera pool measurements into fauna before the VCM in September. We will revisit generalizing patterns for ingesting earlier human sera data at a later when there's less time crunch.
Used this Snakefile to backfill all of the human sera data from 2024 with changes from #160.
I have not ingested any of the earlier data from 2023. I expect there will need to be updates for the regexes and definitely updates to the VACCINE_MAPPING for ingesting earlier data.
Description
Summary of the plan for parsing human sera pool measurements from VIDRL spreadsheets:
tdb/vidrl_upload.py
to convertserum_id
(e.g., “SH 2024”) andserum_passage
(e.g., “EGG”) values from the parsed titer blocks to a key that appears in the TSV file mapping above and use that key to set the serum strain to the vaccine strain nameThe text was updated successfully, but these errors were encountered: