From b29269fca5e803d10fc855e2deb8f52c8ed1200b Mon Sep 17 00:00:00 2001 From: Szymon Szyszkowski Date: Thu, 26 Sep 2024 15:55:10 +0100 Subject: [PATCH] fix: remove study_index_path from coloc step --- src/gentropy/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gentropy/config.py b/src/gentropy/config.py index c56a9dfb3..3a67e7868 100644 --- a/src/gentropy/config.py +++ b/src/gentropy/config.py @@ -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"