Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vidrl_upload: fix serum_strain used for human sera measurements #166

Closed
3 tasks done
joverlee521 opened this issue Nov 7, 2024 · 2 comments
Closed
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@joverlee521
Copy link
Contributor

joverlee521 commented Nov 7, 2024

While working on #161, we learned that VIDRL uses proxies for human sera references that do not exactly match the vaccine strains listed in VACCINE_MAPPING.

We should update the mapping to the correct proxy strains that are used in the flat files. Because the serum_strain is one of the index fields, we will need to delete and re-upload the previously ingested human sera data to correct them.

TODOs

@joverlee521 joverlee521 added the bug Something isn't working label Nov 7, 2024
@joverlee521 joverlee521 self-assigned this Nov 7, 2024
@joverlee521
Copy link
Contributor Author

Deleted previously ingested human sera records with

$ envdir ../env.d/seasonal-flu/ python3 scripts/delete_records.py -db vidrl_tdb -v flu --filter serum_host:human
Connected to the "vidrl_tdb" database
Delete filters: {'serum_host': 'human'}
Delete intervals: {}
Deleted 7283 records

@joverlee521
Copy link
Contributor Author

Used this Snakefile to re-upload all human sera data from 2024. This uploaded 7859 measurements (576 new measurements from https://github.com/fludata/VIDRL-Melbourne-WHO-CC/commit/7f71cbca8e6f3d964b2d036386513a148d04521a that were missed in my previous backfill)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant