Skip to content

Commit a6e0e7f

Browse files
authored
Merge pull request #721 from broadinstitute/jg/vep115
Add VEP 115 as an option for the VEP context script
2 parents 35c737e + 188e5c0 commit a6e0e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnomad_qc/v4/annotations/vep_context_ht.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def get_script_argument_parser() -> argparse.ArgumentParser:
7878
parser.add_argument(
7979
"--vep-version",
8080
help="Version of VEP the context Table is being annotated with.",
81-
action="store_true",
8281
default="105",
82+
choices=["105", "115"],
8383
)
8484
parser.add_argument(
8585
"--test", help="Runs a test on two partitions of the MT.", action="store_true"

0 commit comments

Comments
 (0)