Skip to content

Commit

Permalink
Fix issue with VCF query using BED file (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
gspowley authored Mar 25, 2024
1 parent 3256d0f commit 9b17632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiledb/cloud/vcf/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ def build_read_dag(
config=config,
attrs=attrs,
regions=regions,
bed_file=bed_file,
region_partition=(region, num_region_partitions),
sample_partition=(sample, num_sample_partitions),
memory_budget_mb=memory_budget_mb,
Expand Down

0 comments on commit 9b17632

Please sign in to comment.