Skip to content

Commit 27bc614

Browse files
authored
Fixing missing data in associations payload (#159)
1 parent f5dccb5 commit 27bc614

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/testing_complete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUCCESS: All tests passed on branch: bug/extract-standardise-columns
1+
SUCCESS: All tests passed on branch: bug/missing-beta-in-associations

worker/compile_pipeline_results.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ find_associations_for_coloc_clustered_snps <- function(
278278
imputed = IMPUTED
279279
)], by = c("study_name", "snp"))
280280

281+
associations <- stats::na.omit(associations)
282+
281283
flog.info(paste(
282284
gwas_info$metadata$guid,
283285
"Extracted",

0 commit comments

Comments
 (0)