Skip to content

Commit

Permalink
Updated default R library path for container-usage on Penn LPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mglev1n committed May 10, 2024
1 parent 7d71cec commit 9ff9b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/.make-targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ -z "$num_cpus" ]]; then
exit 1
fi

export R_LIBS_USER=${HOME}/R/rocker-rstudio/4.0
export R_LIBS_USER=${HOME}/R/rocker-rstudio/bioconductor-tidyverse_3.17
export SINGULARITY_BIND="/project/PMBB/:/project/PMBB/, /scratch/:${HOME}/scratch/, /appl/:/appl/, /lsf/:/lsf/"
export R_WORK_DIR=$(pwd)

Expand Down

0 comments on commit 9ff9b4c

Please sign in to comment.