Skip to content

Commit

Permalink
setting default to not remove phenotype outliers as we assume the use…
Browse files Browse the repository at this point in the history
…r has taken steps to account for outliers in the phenotype data
  • Loading branch information
jeffersonfparil committed Jun 24, 2024
1 parent fa04874 commit 87ba4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A streamlined interface to calculate the breeding values of entries in breeding
## Installation

```R
devtools::install_github("jeffersonfparil/gp", upgrade_dependencies=TRUE)
devtools::install_github("jeffersonfparil/gp", upgrade="always", force=TRUE)
```

## Architecture
Expand Down
2 changes: 1 addition & 1 deletion inst/exec_Rscript/1-checks_and_submision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
### Install gp if not installed yet ###
#######################################
echo "Checking if the R library gp exists and installing it, if not..."
Rscript -e 'if (!require("gp", character.only = TRUE)) {devtools::install_github("jeffersonfparil/gp", upgrade_dependencies=TRUE)}'
Rscript -e 'if (!require("gp", character.only = TRUE)) {devtools::install_github("jeffersonfparil/gp", upgrade="always", force=TRUE)}'
################################################################
### TOP-LEVEL SLURM ARRAY JOB SUBMISSION SCRIPT
### Please edit the input variables below to match your dataset:
Expand Down

0 comments on commit 87ba4f9

Please sign in to comment.