Varda2 Variant frequency database C library with Python module
export CFLAGS=-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
python3 -m venv venv
source venv/bin/activate
pip install --upgrade -v .
pip install -r requirements-dev.txt
pytest -sv
make
or for a release build:
make release
(maybe clean the build first?)
make check
when valgrind is installed:
make check MEMCHECK=TRUE
Prerequisites:
- doxygen
- an active virtualenv with:
- breathe:
pip install breathe
- sphinx_rtd_theme:
pip install sphinx_rtd_theme
- cvarda:
pip install --upgrade .
- breathe:
make docs