We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35c737e + 188e5c0 commit a6e0e7fCopy full SHA for a6e0e7f
gnomad_qc/v4/annotations/vep_context_ht.py
@@ -78,8 +78,8 @@ def get_script_argument_parser() -> argparse.ArgumentParser:
78
parser.add_argument(
79
"--vep-version",
80
help="Version of VEP the context Table is being annotated with.",
81
- action="store_true",
82
default="105",
+ choices=["105", "115"],
83
)
84
85
"--test", help="Runs a test on two partitions of the MT.", action="store_true"
0 commit comments