Skip to content

COVID-DRDB 20210726

Compare
Choose a tag to compare
@KaimingTao KaimingTao released this 26 Jul 21:35
· 1567 commits to master since this release

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.: