COVID-DRDB 20230216
Release date 2023-02-16
Changes since previous release (20230208):
- Lasrado23 - 10.1101/2023.01.22.525079 #750 (#764) (18b7521, by zachandfox)
- Chen23 - 10.1002/jmv.28539 #753 (#763) (3a5d4a7, by zachandfox)
- Fix Wang22l, Wang22o is wang22l (8efdf23, by Kaiming)
- Uriu23 - 10.1101/2023.01.16.524178 #746 (#765) (67dfec4, by zachandfox)
- Shen23 - 10.1002/jmv.28516 #749 (#760) (f421381, by zachandfox)
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-20230216.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