Skip to content

Commit

Permalink
fix: set the session correctly in variant_index_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jan 21, 2025
1 parent 5a9cd8f commit c46cdab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gentropy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,11 @@ class _ConsequenceToPathogenicityScoreMap(TypedDict):
label: str
score: float

session: Any = field(
default_factory=lambda: {
"start_hail": False,
}
)
vep_output_json_path: str = MISSING
variant_index_path: str = MISSING
gnomad_variant_annotations_path: str | None = None
Expand Down

0 comments on commit c46cdab

Please sign in to comment.