Skip to content

Commit

Permalink
add library calls to top of script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaamarks authored Oct 26, 2023
1 parent 5e315d2 commit 613afb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions saige_gds/v2.1.2/saige_gds.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/local/bin/Rscript

library(SeqArray)
library(SAIGEgds)
library(SNPRelate)

args <- commandArgs(TRUE)
loop = TRUE
Expand Down Expand Up @@ -42,9 +45,6 @@ while (loop) {



library(SeqArray)
library(SAIGEgds)
library(SNPRelate)

#### only need to calculate kinship once; skip all these steps ####

Expand Down

0 comments on commit 613afb4

Please sign in to comment.