Skip to content

Commit 283c0ab

Browse files
authored
Update README.md
Added command to create the R_libs folder if it doesn't already exist.
1 parent ef2958f commit 283c0ab

File tree

1 file changed

+2
-0
lines changed
  • GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A

1 file changed

+2
-0
lines changed

GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Once complete, a `singularity` folder containing the Singularity images will be
9595
```bash
9696
# Set R library path to current working directory
9797
export R_LIBS_USER=$(pwd)/R_libs
98+
# Create the specified R library path if it doesn't already exist
99+
mkdir -p $R_LIBS
98100

99101
# Set Singularity cache directory
100102
export SINGULARITY_CACHEDIR=$(pwd)/singularity

0 commit comments

Comments
 (0)