COVID-DRDB 20210805
Release date 2021-08-05
Changes since previous release (20210803):
- fix planas21b data point error (f1079b5, by Kaiming)
- update Yadav21b,10.1093/jtm/taab104 (12b7e52, by Kaiming)
- update deSouza21 DOI (e32eeed, by Kaiming)
- fix articles.csv (148d46c, by Kaiming)
- resolved remaining conflict (d0f8284, by Shruti Pai)
- Merge branch 'master' of https://github.com/shrutipai/covid-drdb-payload into master (bbe04f6, by Shruti Pai)
- Kimura21 (dfdea0e, by Shruti Pai)
- Merge branch 'master' of https://github.com/shrutipai/covid-drdb-payload into master (43218f6, by Shruti Pai)
- fixed formatting (6b28a82, by Shruti Pai)
- fixed merge conflicts (dd6b2c7, by Shruti Pai)
- fixed formatting (77a6f17, by Shruti Pai)
- input Kimura21 (e136d44, by Shruti Pai)
- add Messali21,10.1002/jmv.27247 (3235d73, by Kaiming)
- add Arunachalam21,10.1038/s41586-021-03791-x (7123b97, by Kaiming)
- fix Arora21 (634a6ae, by Kaiming)
- add arora21 (ebec507, by Kaiming)
- fix potency type for mab or plasma (0d97408, by Kaiming)
- fix widera21, mab are binding data (dab9ba3, by Kaiming)
- Change unit of Du20 from pM to ng/ml (2fdd066, by Philip Tzou)
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-20210805.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.: