Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Murphy committed Aug 13, 2024
1 parent f1ce571 commit 7c1d25c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MungeSumstats
Type: Package
Title: Standardise summary statistics from GWAS
Version: 1.13.4
Version: 1.13.5
Authors@R:
c(person(given = "Alan",
family = "Murphy",
Expand Down
1 change: 0 additions & 1 deletion R/check_allele_flip.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ check_allele_flip <- function(sumstats_dt, path,
sumstats_dt[is.na(ref_gen_allele), match_type := TRUE]
sumstats_dt[A1 == ref_gen_allele, match_type := TRUE]
sumstats_dt[A2 == ref_gen_allele, match_type := FALSE]
print(sumstats_dt)
# drop cases that don't match either
if (allele_flip_drop &&
nrow(sumstats_dt[A1 != ref_gen_allele &
Expand Down

0 comments on commit 7c1d25c

Please sign in to comment.