COVID-DRDB 20210726
Release date 2021-07-26
Changes since previous release (20210725):
- update assay names (3cec613, by Kaiming)
- add zani21 (3caabb6, by Kaiming)
- add liu21g (c643cf7, by Kaiming)
- add geers21 (8d233ce, 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-20210726.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.: