COVID-DRDB 20210803
Release date 2021-08-03
Changes since previous release (20210729):
- fix tada21e IC50 for mAbs (66faa6d, by Kaiming)
- An Alpha/E484K isolate was mistakenly classified as Alpha (b59729f, by Philip Tzou)
- fix Caniels21 it's not Ganiels21 (b12a21b, by Kaiming)
- fix data error in deSouza21 (c76b92d, by Kaiming)
- pangolin A is WA1 (2ac7c0f, by Kaiming)
- add Jensen21,10.1016/j.lanepe.2021.100164 (56cc73a, by Kaiming)
- update Zhou21c,10.1128/mBio.01386-21 (df9b76c, 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-20210803.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.: