Skip to content

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

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 2 commits into from
Jun 23, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ test_resources:
# path: /resources_test/common/openproblems_neurips2021/neurips2021_bmmc_cite.h5ad
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ resources:
# path: /resources_test/common/openproblems_neurips2021/neurips2021_bmmc_cite.h5ad
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ test_resources:
path: test.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: apt
packages: git
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@ test_resources:
path: test.py
engines:
- type: docker
#image: openproblems/base_python:1.0.0
#image: openproblems/base_python:1
image: python:3.11
setup:
- type: python
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ test_resources:
path: test.py
engines:
- type: docker
#image: openproblems/base_python:1.0.0
#image: openproblems/base_python:1
image: python:3.11
setup:
- type: python
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ test_resources:
path: test.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: apt
packages: git
2 changes: 1 addition & 1 deletion src/datasets/loaders/spatial/zenodo/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ test_resources:

engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ test_resources:

engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
2 changes: 1 addition & 1 deletion src/datasets/normalization/atac_tfidf/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: python
packages:
2 changes: 1 addition & 1 deletion src/datasets/normalization/l1_sqrt/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: python
packages:
2 changes: 1 addition & 1 deletion src/datasets/normalization/log_cp/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ arguments:
description: Number of counts per cell. When set to -1, will use None.
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ resources:
path: script.R
engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: [Matrix, rlang, scran, BiocParallel]
2 changes: 1 addition & 1 deletion src/datasets/normalization/prot_clr/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: python
packages:
2 changes: 1 addition & 1 deletion src/datasets/normalization/sqrt_cp/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ arguments:
description: Number of counts per cell
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
2 changes: 1 addition & 1 deletion src/datasets/processors/hvg/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
2 changes: 1 addition & 1 deletion src/datasets/processors/knn/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
2 changes: 1 addition & 1 deletion src/datasets/processors/pca/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ resources:
# - path: "../../../resources_test/common/pancreas"
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
2 changes: 1 addition & 1 deletion src/datasets/processors/subsample/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ test_resources:
- path: /resources_test/common/pancreas
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
test_setup:
- type: python
packages:
2 changes: 1 addition & 1 deletion src/datasets/processors/svd/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: python
pypi: [scikit-learn]
2 changes: 1 addition & 1 deletion src/project/create_component/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ test_resources:
path: test.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
test_setup:
- type: apt
packages: git
2 changes: 1 addition & 1 deletion src/project/render_readme/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ test_resources:
path: test.R
engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran:
2 changes: 1 addition & 1 deletion src/project/upgrade_config/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ test_resources:

engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: python
packages: ruamel.yaml
2 changes: 1 addition & 1 deletion src/reporting/generate_qc/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ test_resources:
dest: resources_test/openproblems/task_results_v3
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
2 changes: 1 addition & 1 deletion src/reporting/get_dataset_info/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ test_resources:
dest: resources_test/openproblems/task_results_v3
engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: [ purrr, yaml, rlang, processx ]
2 changes: 1 addition & 1 deletion src/reporting/get_method_info/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ test_resources:
dest: resources_test/openproblems/task_results_v3
engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: [ purrr, yaml, rlang, processx ]
2 changes: 1 addition & 1 deletion src/reporting/get_metric_info/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ test_resources:
dest: resources_test/openproblems/task_results_v3
engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: [ purrr, yaml, rlang, processx ]
2 changes: 1 addition & 1 deletion src/reporting/get_results/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ test_resources:
dest: resources_test/openproblems/task_results_v3
engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: [ purrr, yaml, rlang, dplyr, tidyr, readr, lubridate, dynutils, processx ]
2 changes: 1 addition & 1 deletion src/reporting/get_task_info/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ test_resources:
dest: resources_test/openproblems/task_results_v3
engines:
- type: docker
image: openproblems/base_r:1.0.0
image: openproblems/base_r:1
setup:
- type: r
cran: [ purrr, yaml, rlang, processx ]
2 changes: 1 addition & 1 deletion src/utils/extract_uns_metadata/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ test_resources:
path: test.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
test_setup:
- type: python
packages: viashpy
2 changes: 1 addition & 1 deletion src/utils/yaml_to_json/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
runners:
- type: executable
- type: nextflow
2 changes: 1 addition & 1 deletion src/validation/check_dataset_with_schema/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ test_resources:
path: test.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
test_setup:
- type: python
packages: viashpy
2 changes: 1 addition & 1 deletion src/validation/check_yaml_with_schema/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ resources:
path: script.py
engines:
- type: docker
image: openproblems/base_python:1.0.0
image: openproblems/base_python:1
setup:
- type: python
pypi: