Skip to content

Commit

Permalink
MetaSTAAR v0.9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Feb 5, 2024
1 parent fabe581 commit d9ff76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/MetaSTAAR_worker_cov.R
Expand Up @@ -43,7 +43,7 @@ MetaSTAAR_worker_cov <- function(genotype,obj_nullmodel,cov_maf_cutoff,
stop("cov_maf_cutoff should be a number between 0 and 0.5!")
}

if (cov_maf_cutoff == 0.5){
if(cov_maf_cutoff == 0.5){
cov_maf_cutoff <- 0.5 + 1e-16
}

Expand Down

0 comments on commit d9ff76e

Please sign in to comment.