diff --git a/hail/python/hail/vds/combiner/variant_dataset_combiner.py b/hail/python/hail/vds/combiner/variant_dataset_combiner.py index 0c3d1531444..e1e72a21347 100644 --- a/hail/python/hail/vds/combiner/variant_dataset_combiner.py +++ b/hail/python/hail/vds/combiner/variant_dataset_combiner.py @@ -93,7 +93,7 @@ class VariantDatasetCombiner: # pylint: disable=too-many-instance-attributes combiner.run() - vds = hl.read_vds('gs://bucket/dataset.vds') + vds = hl.vds.read_vds('gs://bucket/dataset.vds') The following combines four new samples from GVCFs with multiple extant Variant Datasets:: @@ -120,7 +120,7 @@ class VariantDatasetCombiner: # pylint: disable=too-many-instance-attributes combiner.run() - vds = hl.read_vds('gs://bucket/dataset.vds') + vds = hl.vds.read_vds('gs://bucket/dataset.vds') The speed of the Variant Dataset Combiner critically depends on data partitioning. Although the