Skip to content

Commit

Permalink
change vds to Table
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaQin committed Aug 16, 2023
1 parent 158f07d commit 6f4853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnomad_qc/v4/resources/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

This comment has been minimized.

Copy link
@klaricch

klaricch Aug 16, 2023

Contributor

still one more VDS -> Table

:param data_type: Data type of annotation resource. e.g. "exomes" or "genomes". Default is "exomes".
:return: gnomAD v4 VRS VersionedTableResource.
"""
Expand Down

0 comments on commit 6f4853d

Please sign in to comment.