Skip to content

v0.12.31

Compare
Choose a tag to compare
@sgillies sgillies released this 21 Nov 17:31
· 19 commits to main since this release
9dd8695

Run VCF queries as TileDB batch task graphs

This option enables the tiledb.cloud.vcf.read distributed query to use batch task graphs (as opposed to realtime), which is slower but more robust.

What's Changed

  • Add a batch_mode flag to VCF scalable queries by @gspowley in #683

Full Changelog: v0.12.30...v0.12.31