Skip to content

Commit

Permalink
fix(finemapping): link configuration and step classes (#669)
Browse files Browse the repository at this point in the history
As it is, when the susie_finemapper step is triggered, nothing happens because the configuration class is not linked via _target_ to the step class. This commit addresses the problem
  • Loading branch information
tskir committed Jul 3, 2024
1 parent 3f1cbe4 commit 768b5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gentropy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ class FinemapperConfig(StepConfig):
imputed_r2_threshold: float = MISSING
ld_score_threshold: float = MISSING
output_path_log: str = MISSING
_target_: str = "gentropy.susie_finemapper.SusieFineMapperStep"


@dataclass
Expand Down

0 comments on commit 768b5d2

Please sign in to comment.