Skip to content

Commit

Permalink
fix: remove study_index_path from coloc step (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
project-defiant authored Sep 26, 2024
1 parent 51125c7 commit 9f83329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gentropy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class ColocalisationConfig(StepConfig):
"""Colocalisation step configuration."""

credible_set_path: str = MISSING
study_index_path: str = MISSING
coloc_path: str = MISSING
colocalisation_method: str = MISSING
_target_: str = "gentropy.colocalisation.ColocalisationStep"
Expand Down

0 comments on commit 9f83329

Please sign in to comment.