Skip to content

Commit

Permalink
add score argument
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed May 12, 2024
1 parent efa5144 commit 8205e66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def extract_pheval_variant_requirements(self) -> List[PhEvalVariantResult]:
for result_entry in self.raw_result.rows(named=True):
pheval_result.append(
PhEvalVariantResult(
score=self._obtain_score(result_entry),
chromosome=self.obtain_chrom(result_entry["variant"]),
start=self.obtain_pos(result_entry["variant"]),
end=calculate_end_pos(
Expand Down

0 comments on commit 8205e66

Please sign in to comment.