From 6f4853d1d019a8d47fc5f67990332dba6e1f99c1 Mon Sep 17 00:00:00 2001 From: Qin He <44242118+KoalaQin@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:24:08 -0400 Subject: [PATCH] change vds to Table --- gnomad_qc/v4/resources/annotations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomad_qc/v4/resources/annotations.py b/gnomad_qc/v4/resources/annotations.py index d5e73a7df..af2e66f0e 100644 --- a/gnomad_qc/v4/resources/annotations.py +++ b/gnomad_qc/v4/resources/annotations.py @@ -284,7 +284,7 @@ def get_vrs( Get the gnomAD v4 VersionedTableResource containing VRS annotations. :param version: Version of annotation path to return. - :param test: Whether to use a tmp path for analysis of the test VDS instead of the full v4 VDS. + :param test: Whether to use a tmp path for analysis of the test VDS instead of the full v4 Table. :param data_type: Data type of annotation resource. e.g. "exomes" or "genomes". Default is "exomes". :return: gnomAD v4 VRS VersionedTableResource. """