Varda2 Variant frequency database C library with Python module
export CFLAGS=-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
python3 -m venv venvsource venv/bin/activatepip install --upgrade -v .
pip install -r requirements-dev.txtpytest -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