Skip to content

Commit

Permalink
Merge branch 'loco-gwas' of github.com:TARGENE/TargeneCore.jl into lo…
Browse files Browse the repository at this point in the history
…co-gwas
  • Loading branch information
olivierlabayle committed Jun 5, 2024
2 parents 74f02f1 + 6cdb0f4 commit 63ba389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tl_inputs/allele_independent_estimands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function estimands_from_flat_gwas_list(estimands_configs, dataset, variants, out
dynamic_tuple = NamedTuple{(Symbol(v),)}((Union{Missing, UInt8}[0, 1, 2],))
resultant_estimand = factorialEstimand(estimand_constructor, dynamic_tuple, outcomes;
confounders=confounders,outcome_extra_covariates=outcome_extra_covariates,
dataset=dataset, positivity_constraint=positivity_constraint)
dataset=dataset, positivity_constraint=positivity_constraint, verbosity=verbosity)
push!(estimands, resultant_estimand)
catch e
verbosity > 0 && @error(string("Estimand $v could not be estimated "))
Expand Down

0 comments on commit 63ba389

Please sign in to comment.