Skip to content

Commit ea80fbf

Browse files
project-defiantSzymon Szyszkowski
andauthored
feat: expose summary statistics qc and locus breaker steps to hydra cli (#716)
* feat: expose summary statistics qc to hydra cli * feat: expose locus breaker clumping step --------- Co-authored-by: Szymon Szyszkowski <ss60@mib117351s.internal.sanger.ac.uk>
1 parent ce8f46b commit ea80fbf

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: locus_breaker_clumping
3+
---
4+
5+
::: gentropy.locus_breaker_clumping.LocusBreakerClumpingStep
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: summary_statistics_qc
3+
---
4+
5+
::: gentropy.sumstat_qc_step.SummaryStatisticsQCStep

src/gentropy/config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,3 +532,7 @@ def register_config() -> None:
532532
group="step", name="window_based_clumping", node=WindowBasedClumpingStepConfig
533533
)
534534
cs.store(group="step", name="susie_finemapping", node=FinemapperConfig)
535+
cs.store(group="step", name="summary_statistics_qc", node=GWASQCStep)
536+
cs.store(
537+
group="step", name="locus_breaker_clumping", node=LocusBreakerClumpingConfig
538+
)

0 commit comments

Comments
 (0)