Skip to content

Commit

Permalink
load the installed gp library instead of devtools::load_all()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil committed Jun 23, 2024
1 parent 4f833d0 commit aeeaa88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/exec_Rscript/gp.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
devtools::load_all()
# suppressPackageStartupMessages(library("gp"))
suppressPackageStartupMessages(library("gp"))
suppressPackageStartupMessages(library("argparse"))
parser = ArgumentParser(description="Genomic prediction cross-validation within and across populations. Please find the documentation within and interactive R session.")
parser$add_argument("-g", "--fname-geno", dest="fname_geno", type="character", help="Filname of the input genotype data without missing data formatted as VCF with DP field and AD or GT field, RDS file containing an n samples x p loci allele frequency matrix with sample names in the rows and tab-delimited loci names in the column, and a TSV (tab-delimited) file of allele frequencies where the first 3 columns correspond to the chromosome or scaffold names, position, and allele which can be null, and the subsequent columns refer to the allele frequencies per sample where the column names are chr, pos, allele, followed by sample names without tabs.")
Expand Down

0 comments on commit aeeaa88

Please sign in to comment.