Skip to content

Commit

Permalink
bump base images to base_*:1.0.2 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood authored Oct 12, 2023
1 parent f74841e commit 2077e79
Show file tree
Hide file tree
Showing 87 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion src/common/check_dataset_schema/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ functionality:
path: test.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
test_setup:
- type: python
packages: viashpy
Expand Down
2 changes: 1 addition & 1 deletion src/common/check_yaml_schema/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
4 changes: 2 additions & 2 deletions src/common/create_component/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ def generate_resources(par, script_path) -> str:
def generate_docker_platform(par) -> str:
"""Set up the docker platform for Python."""
if par["language"] == "python":
image_str = "ghcr.io/openproblems-bio/base_python:1.0.1"
image_str = "ghcr.io/openproblems-bio/base_python:1.0.2"
setup_type = "python"
package_example = "scib==1.1.3"
elif par["language"] == "r":
image_str = "ghcr.io/openproblems-bio/base_r:1.0.1"
image_str = "ghcr.io/openproblems-bio/base_r:1.0.2"
setup_type = "r"
package_example = "tidyverse"
return strip_margin(f'''\
Expand Down
2 changes: 1 addition & 1 deletion src/common/create_task_readme/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ functionality:
dest: openproblems-v2/_viash.yaml
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
packages: [dplyr, purrr, rlang, glue, yaml, fs, cli, igraph, rmarkdown, bit64]
Expand Down
2 changes: 1 addition & 1 deletion src/common/extract_scores/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ functionality:
path: script.R
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
cran: [ tidyverse ]
Expand Down
2 changes: 1 addition & 1 deletion src/common/get_api_info/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ functionality:
path: script.R
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
cran: [ purrr, dplyr, yaml, rlang, processx ]
Expand Down
2 changes: 1 addition & 1 deletion src/common/get_method_info/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ functionality:
path: script.R
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
cran: [ purrr, dplyr, yaml, rlang, processx ]
Expand Down
2 changes: 1 addition & 1 deletion src/common/get_metric_info/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ functionality:
path: script.R
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
cran: [ purrr, dplyr, yaml, rlang, processx ]
Expand Down
2 changes: 1 addition & 1 deletion src/common/get_results/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ functionality:
path: script.R
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
cran: [ tidyverse ]
Expand Down
2 changes: 1 addition & 1 deletion src/common/get_task_info/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
- type: nextflow
- type: native
2 changes: 1 addition & 1 deletion src/datasets/loaders/openproblems_v1/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ functionality:
path: test.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: apt
packages: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ functionality:
path: test.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: apt
packages: git
Expand Down
2 changes: 1 addition & 1 deletion src/datasets/normalization/l1_sqrt/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/datasets/normalization/log_cp/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ functionality:
description: "Number of counts per cell"
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
- type: nextflow
directives:
label: [ "midtime", lowmem, lowcpu ]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ functionality:
path: script.R
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
cran: [ Matrix, rlang, bit64, scran, BiocParallel ]
Expand Down
2 changes: 1 addition & 1 deletion src/datasets/normalization/sqrt_cp/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ functionality:
description: "Number of counts per cell"
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
- type: nextflow
directives:
label: [ "midtime", lowmem, lowcpu ]
2 changes: 1 addition & 1 deletion src/datasets/processors/hvg/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
- 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
Expand Up @@ -7,5 +7,5 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
- 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
Expand Up @@ -11,5 +11,5 @@ functionality:
# - path: "../../../resources_test/common/pancreas"
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
- 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
Expand Up @@ -41,7 +41,7 @@ functionality:
- path: /resources_test/common/pancreas
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
test_setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/datasets/processors/svd/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi: [scikit-learn]
Expand Down
2 changes: 1 addition & 1 deletion src/migration/check_migration_status/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ functionality:
path: test.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
- type: nextflow
- type: native
2 changes: 1 addition & 1 deletion src/migration/list_git_shas/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ functionality:
path: test.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
test_setup:
- type: docker
run: "git clone https://github.com/openproblems-bio/openproblems-v2.git"
Expand Down
2 changes: 1 addition & 1 deletion src/migration/update_bibtex/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ functionality:
path: test.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi: git+https://github.com/sciunto-org/python-bibtexparser@main
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.0
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.0
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.0
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.0
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/batch_integration/methods/bbknn/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/batch_integration/methods/combat/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/batch_integration/methods/liger/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ functionality:
path: script.R
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.1
image: ghcr.io/openproblems-bio/base_r:1.0.2
setup:
- type: r
cran: rliger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/batch_integration/methods/scanvi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/batch_integration/methods/scvi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ functionality:
path: script.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.1
image: ghcr.io/openproblems-bio/base_python:1.0.2
setup:
- type: python
pypi:
Expand Down
Loading

0 comments on commit 2077e79

Please sign in to comment.