File tree 1 file changed +2
-2
lines changed
gnomad_qc/v4/create_release
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def get_releasable_de_novo_calls_ht(
112
112
:param mt: Dense MatrixTable of the releasable trios.
113
113
:param priors_ht: Table with AFs used as population frequency priors in de novo calculations.
114
114
:param ped: Pedigree.
115
- :param test: Run test on chr20. Default is False.
115
+ :param test: Whether to filter to chr20 for testing . Default is False.
116
116
:return: Hail Table with de novo calls.
117
117
"""
118
118
if test :
@@ -456,7 +456,7 @@ def get_script_argument_parser() -> argparse.ArgumentParser:
456
456
)
457
457
parser .add_argument (
458
458
"--generate-de-novo-calls" ,
459
- help = "Generate de novo calls " " HT." ,
459
+ help = "Generate de novo calls HT." ,
460
460
action = "store_true" ,
461
461
)
462
462
parser .add_argument (
You can’t perform that action at this time.
0 commit comments