Skip to content

COVID-DRDB 20231025

Choose a tag to compare

@github-actions github-actions released this 25 Oct 23:14
· 34 commits to master since this release
60bb50a

Release date 2023-10-25

Changes since previous release (20231004):

  • Uriu23b - 10.1101/2023.09.07.556636 (#988) (60bb50a, by shegocaga)
  • Ju23 - 10.1093/nsr/nwad148 (#990) (51706bc, by shegocaga)
  • Sheward23 - 10.1101/2023.09.02.556033 (#987) (632d6d5, by shegocaga)

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

Built with hivdb/covid-drdb@a73eefb