Skip to content

Commit 22c7e90

Browse files
Install scrapper and scater from libscran and alanocallaghan GitHub.
Use remotes for libscran/scrapper (master) and alanocallaghan/scater@devel so CI installs compatible versions with quickRnaQc.se support. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 12de88c commit 22c7e90

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rworkflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runner_os: ${{ runner.os }}
5757
run_telemetry: ${{ false }}
5858
force_install: ${{ true }}
59-
cache_version: cache-v3-scran-scrapper-devel
59+
cache_version: cache-v4-libscran-scrapper
6060
docker_registry: ghcr.io
6161

6262
docker-build-and-push:

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Suggests:
7171
cellNexus
7272
VignetteBuilder: knitr
7373
Remotes:
74-
github::bioc/scran@devel,
75-
github::bioc/scrapper@devel,
74+
libscran/scrapper,
75+
alanocallaghan/scater@devel,
7676
MangiolaLaboratory/cellNexus
7777
URL: https://github.com/tidyomics/tidySpatialWorkshop
7878
BugReports: https://github.com/tidyomics/tidySpatialWorkshop/issues

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ COPY --chown=rstudio:rstudio . /home/rstudio/
66

77
RUN Rscript -e "if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager'); BiocManager::install(version = 'devel', ask = FALSE)"
88

9-
RUN Rscript -e "if (!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes'); options(repos = BiocManager::repositories()); remotes::install_github(c('bioc/scran', 'bioc/scrapper'), ref = 'devel', upgrade = 'never'); BiocManager::install(c('nnSVG', 'BiocStyle', 'BiocVersion'), ask = FALSE); remotes::install_github('MangiolaLaboratory/cellNexus', build_vignettes = FALSE, upgrade = 'never')"
9+
RUN Rscript -e "if (!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes'); options(repos = BiocManager::repositories()); remotes::install_github('libscran/scrapper', upgrade = 'never'); remotes::install_github('alanocallaghan/scater', ref = 'devel', upgrade = 'never'); BiocManager::install(c('nnSVG', 'BiocStyle', 'BiocVersion'), ask = FALSE); remotes::install_github('MangiolaLaboratory/cellNexus', build_vignettes = FALSE, upgrade = 'never')"
1010

1111
RUN Rscript -e "options(repos = BiocManager::repositories()); devtools::install('.', dependencies = TRUE, build_vignettes = TRUE, upgrade = FALSE)"

0 commit comments

Comments
 (0)