Skip to content

Commit

Permalink
Merge branch 'master' of github.com:privefl/bigsnpr
Browse files Browse the repository at this point in the history
  • Loading branch information
privefl committed Jul 23, 2024
2 parents e0c1966 + 01a424e commit 42fe2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/autoSVD.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ snp_autoSVD <- function(G,
}

iter <- 0L
LRLDR <- LD.wiki34[0, 1:3]
LRLDR <- data.frame(Chr = integer(), Start = integer(), Stop = integer())
repeat {
printf2("\nIteration %d:\n", iter <- iter + 1L)
printf2("Computing SVD..\n")
Expand Down Expand Up @@ -263,7 +263,7 @@ bed_autoSVD <- function(obj.bed,
}

iter <- 0L
LRLDR <- LD.wiki34[0, 1:3]
LRLDR <- data.frame(Chr = integer(), Start = integer(), Stop = integer())
repeat {
printf2("\nIteration %d:\n", iter <- iter + 1L)
printf2("Computing SVD..\n")
Expand Down

0 comments on commit 42fe2b1

Please sign in to comment.