We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5693807 commit f502907Copy full SHA for f502907
1 file changed
apis/python/src/tiledbvcf/dataset.py
@@ -48,10 +48,10 @@
48
Max number of records (rows) to read
49
region_partition : tuple
50
Region partition tuple (idx, num_partitions) partitions regions into
51
- num_partitions partitions and only reads regions from partition idx
+ num_partitions partitions and only reads regions from partition idx (0-based)
52
sample_partition : tuple
53
Samples partition tuple (idx, num_partitions) partitions samples into
54
- num_partitions partitions and only reads samples from partition idx
+ num_partitions partitions and only reads samples from partition idx (0-based)
55
sort_regions : bool
56
Whether or not to sort the regions to be read, default True
57
memory_budget_mb : int
0 commit comments