Skip to content

Commit c4b100e

Browse files
authored
Update README.md
Added R_LIB_USER folder creation and SINGULARITY_CACHEDIR setting
1 parent 283c0ab commit c4b100e

File tree

1 file changed

+6
-1
lines changed
  • GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A

1 file changed

+6
-1
lines changed

GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/README.md

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

101101
# Set Singularity cache directory
102102
export SINGULARITY_CACHEDIR=$(pwd)/singularity
@@ -217,6 +217,11 @@ If the reference table does not specify an annotations database for the target o
217217
```bash
218218
# Set R library path if not already set
219219
export R_LIBS_USER=$(pwd)/R_libs
220+
# Create the specified R library path if it doesn't already exist
221+
mkdir -p $R_LIBS_USER
222+
223+
# Set Singularity cache directory if not already set
224+
export SINGULARITY_CACHEDIR=$(pwd)/singularity
220225

221226
singularity exec \
222227
--bind $(pwd):$(pwd) \

0 commit comments

Comments
 (0)