diff --git a/tdb/vidrl_upload.py b/tdb/vidrl_upload.py index 07da378..e25f672 100644 --- a/tdb/vidrl_upload.py +++ b/tdb/vidrl_upload.py @@ -71,8 +71,10 @@ def parse_human_serum_references(human_serum_data, subtype): # Use the first match of the potential fields if matches is not None: year = matches.group(2) - # Follow a standard pattern where serum_id is `SH {year}` - new_serum_id = f"SH {year}" + # Follow a standard pattern where serum_id is `Human pool ` + # Need "human" in serum_id because this is how we match for human sera in seasonal flu + # + new_serum_id = f"Human pool {year}" break # year is required to know which vaccine reference strain to use,