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
82 stars 13 forks source link

Fix an issue reading BED arrays from tiledb URIs #706

Closed gspowley closed 2 months ago

gspowley commented 2 months ago

A vfs based sanity check does not work with tiledb:// URIs. Use an Object based check instead.