Skip to content

Commit

Permalink
Merge pull request #890 from sjspielman/sjspielman/866-update-renv-do…
Browse files Browse the repository at this point in the history
…cker

Add zellkonverter to wilms-06 environment
  • Loading branch information
sjspielman authored Nov 18, 2024
2 parents 59d0d79 + e563242 commit a275005
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_cell-type-wilms-tumor-06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
pull_request:
branches:
- main
- feature/*
paths:
- "analyses/cell-type-wilms-tumor-06/Dockerfile"
- "analyses/cell-type-wilms-tumor-06/.dockerignore"
Expand All @@ -24,6 +25,7 @@ on:
push:
branches:
- main
- feature/*
paths:
- "analyses/cell-type-wilms-tumor-06/Dockerfile"
- "analyses/cell-type-wilms-tumor-06/.dockerignore"
Expand Down
6 changes: 6 additions & 0 deletions analyses/cell-type-wilms-tumor-06/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ RUN Rscript -e 'renv::restore()' && \
rm -rf ~/.cache/R/renv && \
rm -rf /tmp/downloaded_packages && \
rm -rf /tmp/Rtmp*

# Complete installation of zellkonverter conda env
ENV BASILISK_EXTERNAL_DIR /usr/local/renv/basilisk
RUN Rscript -e "proc <- basilisk::basiliskStart(env = zellkonverter::zellkonverterAnnDataEnv(), testload = 'anndata'); \
basilisk::basiliskStop(proc); \
basilisk.utils::cleanConda()"
4 changes: 1 addition & 3 deletions analyses/cell-type-wilms-tumor-06/components/dependencies.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Tidyverse
library(tidyverse)
library(assertthat)

# Single-cell packages
library(Azimuth) # remotes::install_github("satijalab/azimuth")
library(SCpubr)
library(ggplotify)
library(edgeR)
library(ggdist)
library(fetusref.SeuratData)
library(zellkonverter)
70 changes: 69 additions & 1 deletion analyses/cell-type-wilms-tumor-06/renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.4.1",
"Version": "4.4.0",
"Repositories": [
{
"Name": "BioCsoft",
Expand Down Expand Up @@ -1540,6 +1540,34 @@
],
"Hash": "543776ae6848fde2f48ff3816d0628bc"
},
"basilisk": {
"Package": "basilisk",
"Version": "1.16.0",
"Source": "Bioconductor",
"Repository": "Bioconductor 3.19",
"Requirements": [
"basilisk.utils",
"dir.expiry",
"methods",
"parallel",
"reticulate",
"utils"
],
"Hash": "0402cc833c4fa37a80b44deffce28fe6"
},
"basilisk.utils": {
"Package": "basilisk.utils",
"Version": "1.16.0",
"Source": "Bioconductor",
"Repository": "Bioconductor 3.19",
"Requirements": [
"dir.expiry",
"methods",
"tools",
"utils"
],
"Hash": "39d6ecdea862d961c3dfe4d4d7c57920"
},
"beachmat": {
"Package": "beachmat",
"Version": "2.20.0",
Expand Down Expand Up @@ -1973,6 +2001,17 @@
],
"Hash": "33698c4b3127fc9f506654607fb73676"
},
"dir.expiry": {
"Package": "dir.expiry",
"Version": "1.12.0",
"Source": "Bioconductor",
"Repository": "Bioconductor 3.19",
"Requirements": [
"filelock",
"utils"
],
"Hash": "41bd784b988874bccef2d4df2a69fd1a"
},
"distributional": {
"Package": "distributional",
"Version": "0.5.0",
Expand Down Expand Up @@ -2276,6 +2315,16 @@
],
"Hash": "ead409e5a973cd285681c3bb0ade49a7"
},
"filelock": {
"Package": "filelock",
"Version": "1.0.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "192053c276525c8495ccfd523aa8f2d1"
},
"findpython": {
"Package": "findpython",
"Version": "1.0.8",
Expand Down Expand Up @@ -5184,6 +5233,25 @@
],
"Hash": "367554cd9602e69616660580c820b3bf"
},
"zellkonverter": {
"Package": "zellkonverter",
"Version": "1.14.1",
"Source": "Bioconductor",
"Repository": "Bioconductor 3.19",
"Requirements": [
"DelayedArray",
"Matrix",
"S4Vectors",
"SingleCellExperiment",
"SummarizedExperiment",
"basilisk",
"cli",
"methods",
"reticulate",
"utils"
],
"Hash": "656ccd4d9874cf077f9a688b38d03a63"
},
"zlibbioc": {
"Package": "zlibbioc",
"Version": "1.50.0",
Expand Down

0 comments on commit a275005

Please sign in to comment.