From ea04568a5a26207089e40db5bed02d2c9f7cbb15 Mon Sep 17 00:00:00 2001 From: "maarten.vandersande" Date: Thu, 28 Nov 2024 09:47:01 +0100 Subject: [PATCH] doc fixes --- hail/python/hail/vds/combiner/variant_dataset_combiner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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