COVID-DRDB 20230919
·
49 commits
to master
since this release
Release date 2023-09-19
Changes since previous release (20230817):
- Update BA.2.86 mutation list, update #931 (#976) (bef647f, by Kaiming Tao)
- Update FDA23-NTV (#963) (cf4e496, by Kaiming Tao)
- Fix Heilmann22 (#962) (dea6db2, by Kaiming Tao)
- Fix Iketani22c (#961) (47b4c67, by Kaiming Tao)
- Fix Jiang23 (#960) (54eb413, by Kaiming Tao)
- add Flynn23 kcat/km (#959) (b86a1ab, by Kaiming Tao)
- Merge Iketani23 to Iketani22b (#958) (c99c590, by Kaiming Tao)
- update #956, fix Hu23 (#957) (598e0ef, by Kaiming Tao)
- fix Jochmans23 (d3e346b, by Kaiming)
- Yang23X - 10.1101/2023.09.01.555815 #952 (#955) (9e04e88, by shegocaga)
- add FL.1.5.1 (9ccf713, by Kaiming Tao)
- Fix variant_consensus.csv (b0f07b5, by Kaiming Tao)
- fix variants.csv (e336d4b, by Kaiming Tao)
- add BA.2.86 (630c75d, by Kaiming Tao)
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-20230919.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@7e60724