- Read access to HIVDB2 database (default:
127.0.0.1:3308/HIVDB2
). Can be changed by specifying environment parameterDATABASE_URI
. Checkhivdbql/config.py
(in private repo) for more information. - Read/write access to HIVDB_Rules database (default:
10.77.6.244:3306/HIVDB_Rules
). Can be changed by specifying environment parameterDATABASE_URI_HIVRULES
. - Python 3.7 runtime + pipenv. Run this command at the root directory:
pipenv install
.
To update this folder, run this command:
scripts/update-aapcnt.sh
To update this folder, run this command:
scripts/update-codonpcnt.sh
To update this folder, run following commands:
scripts/prepare-apobec-data.sh
scripts/update-apobec.sh
List of HIV-1 drug resistance mutation based on latest HIVDB algorithm.
scripts/update-drmlist.sh
List of HIV-1 drug resistance mutation based on latest HIVDB algorithm.
scripts/update-sdrmlist.sh
TODO