Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into UTSouthwesternDSSR/no…
Browse files Browse the repository at this point in the history
…nETP
  • Loading branch information
UTSouthwesternDSSR committed Oct 29, 2024
2 parents a059dde + 7f532da commit 0f075ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_cell-type-nonETP-ALL-03.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
libfontconfig1-dev \
libharfbuzz-dev \
libfribidi-dev \
libtiff5-dev
libtiff5-dev \
jags
- name: Set up renv
uses: r-lib/actions/setup-renv@v2
Expand Down
3 changes: 3 additions & 0 deletions analyses/cell-type-nonETP-ALL-03/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ RUN conda-lock install -n ${ENV_NAME} conda-lock.yml \
# Copy the renv.lock file from the host environment to the image
COPY renv.lock renv.lock

# Temporarily install Rhtslib separately
RUN Rscript -e 'BiocManager::install("Rhtslib")'

# restore from renv.lock file and clean up to reduce image size
RUN Rscript -e 'renv::restore()' \
&& rm -rf ~/.cache/R/renv \
Expand Down

0 comments on commit 0f075ed

Please sign in to comment.