Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 7, 2023
1 parent 3dd52ed commit ab52405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otg/datasource/gnomad/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def as_variant_annotation(self: GnomADVariants) -> VariantAnnotation:
phylop=ht.in_silico_predictors.phylop,
siftMax=ht.in_silico_predictors.sift_max,
polyphenMax=ht.in_silico_predictors.polyphen_max,
)
),
)
.key_by("chromosome", "position")
.drop("locus", "alleles")
Expand Down

0 comments on commit ab52405

Please sign in to comment.