TileDB-Inc / TileDB-VCF

Efficient variant-call data storage and retrieval library using the TileDB storage library.
https://tiledb-inc.github.io/TileDB-VCF/
MIT License
85 stars 14 forks source link

Enable LIBTILEDBVCF_PATH to be set as an environment variable #580

Closed jdblischak closed 11 months ago

jdblischak commented 11 months ago

It is easy to pass --libtiledbvcf to python setup.py install, but this is trickier when trying to build with pip install. This PR adds the additional option of specifying the env var LIBTILEDBVCF_PATH, though --libtiledbvcf takes precedence

This is similar to what is currently done in TileDB-Py and TileDB-SOMA