Skip to content

Patch: Update image version for openproblems/base_* images #10

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

Merged
merged 1 commit into from
Jun 11, 2025
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
2 changes: 1 addition & 1 deletion src/control_methods/negative_normal/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1

runners:
- type: executable
Expand Down
2 changes: 1 addition & 1 deletion src/control_methods/negative_shuffle/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1

runners:
- type: executable
Expand Down
2 changes: 1 addition & 1 deletion src/control_methods/positive/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: SRTsim
Expand Down
2 changes: 1 addition & 1 deletion src/methods/scdesign2/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: apt
packages: [r-bioc-singlecellexperiment, git]
Expand Down
2 changes: 1 addition & 1 deletion src/methods/scdesign3_nb/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
github:
Expand Down
2 changes: 1 addition & 1 deletion src/methods/scdesign3_poisson/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: apt
packages: [r-bioc-singlecellexperiment, git]
Expand Down
2 changes: 1 addition & 1 deletion src/methods/sparsim/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: apt
packages: [git, r-bioc-singlecellexperiment]
Expand Down
2 changes: 1 addition & 1 deletion src/methods/splatter/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: apt
packages: r-bioc-splatter
Expand Down
2 changes: 1 addition & 1 deletion src/methods/srtsim/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: SRTsim
Expand Down
2 changes: 1 addition & 1 deletion src/methods/symsim/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
bioc: SingleCellExperiment
Expand Down
2 changes: 1 addition & 1 deletion src/methods/zinbwave/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: apt
packages: [r-bioc-splatter, r-bioc-zinbwave, r-bioc-singlecellexperiment]
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/downstream/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
bioc:
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/ks_statistic_gene_cell/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
bioc: [edger, sparseMatrixStats]
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/ks_statistic_sc_features/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
bioc:
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/ks_statistic_spatial/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resources:

engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/process_datasets/convert/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
bioc: [SingleCellExperiment]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test_resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
bioc:
Expand Down
2 changes: 1 addition & 1 deletion src/process_datasets/precompute_downstream/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
github: [xzhoulab/SPARK, stevexniu/spots]
Expand Down
2 changes: 1 addition & 1 deletion src/process_datasets/sc_features/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test_resources:

engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
github:
Expand Down