Skip to content

COVID-DRDB 20230111

Choose a tag to compare

@KaimingTao KaimingTao released this 11 Jan 23:49
· 197 commits to master since this release

Release date 2023-01-11

Changes since previous release (20221219):

  • fix Huo22b-pot, potency and cumulative count switched issue. (192b257, by Kaiming)
  • Huo22b is published in 2022. (c3610d3, by Kaiming)
  • fix name Huo22b, #736 (ab1e77b, by Kaiming)
  • rename hou22 to hou22b #736 (e19cd39, by Kaiming)
  • Hou22 - 10.1016/j.celrep.2022.111903 #736 (#743) (c376094, by zachandfox)
  • Touret22c - 10.1101/2022.12.22.521201 #733 (#742) (04474cc, by zachandfox)
  • add Yue23 - 10.1101/2023.01.03.522427 resolve #741 (ecc08de, by Kaiming)
  • add Wang22l - 10.1101/2022.11.23.517532 resolve #727 (7d5934d, by Kaiming)
  • update XBB.1.5 F486L as key mutation (822db3b, by Kaiming)
  • add XBB.1.5 (b0fa6f8, 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-20230111.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@beaea4e