Skip to content

Commit 1450c8f

Browse files
authored
Merge pull request #783 from broadinstitute/kl/test_validity
fix typo
2 parents 9f2bf00 + 2dd9575 commit 1450c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gnomad/assessment/validity_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def sum_group_callstats(
622622
delimiter: str = "_",
623623
metric_first_field: bool = True,
624624
metrics: List[str] = ["AC", "AN", "nhomalt"],
625-
gen_anc_label_name: str = "pop,",
625+
gen_anc_label_name: str = "pop",
626626
) -> None:
627627
"""
628628
Compute the sum of annotations for a specified group of annotations, and compare to the annotated version.

0 commit comments

Comments
 (0)