COVID-DRDB 20210729
Release date 2021-07-29
Changes since previous release (20210726):
- update Huang21b,10.1016/S2666-5247(21)00082-3 (da05bda, by Kaiming)
- update Ikegame21,10.1038/s41467-021-24909-9 (48968ea, by Kaiming)
- update vaccine efficacy (c74e8d3, by Kaiming)
- fix plasma issues in deSouza21, Imai21, Hu21c, Wu21b (5e80f17, by Kaiming)
- fix desouza21 (2fb3472, by Kaiming)
- Merge branch 'master' of https://github.com/shrutipai/covid-drdb-payload into master (5ef4e04, by Shruti Pai)
- updated virus type (f245b05, by Shruti Pai)
- fixed merge conflicts (82394e1, by Shruti Pai)
- deSouza21 (8d050d2, by Shruti Pai)
- update NT potency values, keep integer value if larger than 1 (2b25b55, by Kaiming)
- add Ryu21c, 10.1101/2021.07.23.453472 (05fc091, by Kaiming)
- update Jalkanen21 (3c8428e, by Kaiming)
- move exclude item of rees-spear21 to rx_fold (27072a6, by Kaiming)
Usage of the .db
files:
The .db
files are SQLite3 databases. You can simply use this command to open them (if SQLite3 is installed):
sqlite3 covid-drdb-20210729.db
Once the SQLite shell prompts, type .tables
to list all tables.
You can also use any SQLite viewer to open the database, e.g.: