diff --git a/docs/python_api/steps/locus_breaker_clumping.md b/docs/python_api/steps/locus_breaker_clumping.md new file mode 100644 index 000000000..1e49234e3 --- /dev/null +++ b/docs/python_api/steps/locus_breaker_clumping.md @@ -0,0 +1,5 @@ +--- +title: locus_breaker_clumping +--- + +::: gentropy.locus_breaker_clumping.LocusBreakerClumpingStep diff --git a/docs/python_api/steps/summary_statistics_qc.md b/docs/python_api/steps/summary_statistics_qc.md new file mode 100644 index 000000000..a9fea12b9 --- /dev/null +++ b/docs/python_api/steps/summary_statistics_qc.md @@ -0,0 +1,5 @@ +--- +title: summary_statistics_qc +--- + +::: gentropy.sumstat_qc_step.SummaryStatisticsQCStep diff --git a/src/gentropy/config.py b/src/gentropy/config.py index a6f92669e..90160e962 100644 --- a/src/gentropy/config.py +++ b/src/gentropy/config.py @@ -532,3 +532,7 @@ def register_config() -> None: group="step", name="window_based_clumping", node=WindowBasedClumpingStepConfig ) cs.store(group="step", name="susie_finemapping", node=FinemapperConfig) + cs.store(group="step", name="summary_statistics_qc", node=GWASQCStep) + cs.store( + group="step", name="locus_breaker_clumping", node=LocusBreakerClumpingConfig + )