-
Notifications
You must be signed in to change notification settings - Fork 18
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
allyhawkins
merged 4 commits into
AlexsLemonade:main
from
allyhawkins:allyhawkins/ewings-add-ropenscpca-to-docker
Nov 15, 2024
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.