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

Read BED files stored as TileDB files #712

Closed gspowley closed 2 months ago

gspowley commented 2 months ago

Read BED files stored in a TileDB filestore. This enables reading BED files registered on TileDB Cloud, which supports complex object store credentials.

The read API is simplified by unifying the parameter used to pass in a BED file, BED file registered on TileDB Cloud, or a BED array. The separate BED array parameter is removed.