Quick Install

You can easily install TileDB-VCF via conda or use one of our Docker images.

# Install the TileDB-VCF python package
conda install -c conda-forge -c bioconda -c tiledb tiledbvcf-py

# Verify the installation
python -c "import tiledbvcf; print(tiledbvcf.version)"

Last updated