Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rOpenScPCA to renv/docker in ewing module #881

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain to me why we need this? It will be challenging to manage this under our current paradigm.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I was getting an error running out of disk space when trying to build the image (see https://github.com/AlexsLemonade/OpenScPCA-analysis/actions/runs/11844604285).

I can see if I can make the image smaller?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or skip the test build for this module... but that seems not great.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've made a change for now, but if we could make this smaller, that'd be swell. I prefer how we were handling permissions.


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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like a good typo to fix!

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