Skip to content

Commit

Permalink
Merge pull request #881 from allyhawkins/allyhawkins/ewings-add-ropen…
Browse files Browse the repository at this point in the history
…scpca-to-docker

Add rOpenScPCA to renv/docker in ewing module
  • Loading branch information
allyhawkins authored Nov 15, 2024
2 parents 0a3d960 + e791f26 commit ad8b1dc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_cell-type-ewings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
test-build:
name: Test Build Docker Image
if: github.event_name == 'pull_request' || (contains(github.event_name, 'workflow_') && !inputs.push-ecr)
runs-on: ubuntu-latest
runs-on: openscpca-22.04-big-disk

steps:
- name: Set up Docker Buildx
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Build image
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:analyses/simulate-sce"
context: "{{defaultContext}}:analyses/cell-type-ewings"
push: false
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
25 changes: 24 additions & 1 deletion analyses/cell-type-ewings/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3843,6 +3843,29 @@
],
"Hash": "16f095487215acf101cdc3ed3da237cf"
},
"rOpenScPCA": {
"Package": "rOpenScPCA",
"Version": "0.1.0",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "AlexsLemonade",
"RemoteRepo": "rOpenScPCA",
"RemoteRef": "main",
"RemoteSha": "fe1cf9f9ad016a1e9724a6274e88a5b841455bf5",
"Requirements": [
"BiocParallel",
"SingleCellExperiment",
"bluster",
"dplyr",
"methods",
"pdfCluster",
"purrr",
"tibble",
"tidyr"
],
"Hash": "b6805f308a847b08322572b63da51a4d"
},
"rappdirs": {
"Package": "rappdirs",
"Version": "0.3.3",
Expand Down Expand Up @@ -4173,8 +4196,8 @@
"Package": "scpcaTools",
"Version": "0.3.2",
"Source": "GitHub",
"Remotes": "AlexsLemonade/scpcaData, immunogenomics/[email protected]",
"RemoteType": "github",
"Remotes": "AlexsLemonade/scpcaData, immunogenomics/[email protected]",
"RemoteHost": "api.github.com",
"RemoteRepo": "scpcaTools",
"RemoteUsername": "AlexsLemonade",
Expand Down

0 comments on commit ad8b1dc

Please sign in to comment.