COVID-DRDB 20231025
·
34 commits
to master
since this release
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.dbOnce 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