Skip to content

Commit

Permalink
fix: typo in cs_lbf_thr parameter name (#667)
Browse files Browse the repository at this point in the history
* fix: typo in cs_lbf_thr parameter name

* fix: removing two parameters

---------

Co-authored-by: Yakov Tsepilov <[email protected]>
  • Loading branch information
tskir and addramir authored Jul 3, 2024
1 parent f79c789 commit f0a2902
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gentropy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,13 @@ class FinemapperConfig(StepConfig):
study_locus_collected_path: str = MISSING
study_index_path: str = MISSING
output_path: str = MISSING
locus_radius: int = MISSING
max_causal_snps: int = MISSING
primary_signal_pval_threshold: float = MISSING
secondary_signal_pval_threshold: float = MISSING
purity_mean_r2_threshold: float = MISSING
purity_min_r2_threshold: float = MISSING
cs_lbf_th: float = MISSING
cs_lbf_thr: float = MISSING
sum_pips: float = MISSING
logging: bool = MISSING
susie_est_tausq: bool = MISSING
run_carma: bool = MISSING
run_sumstat_imputation: bool = MISSING
Expand Down

0 comments on commit f0a2902

Please sign in to comment.